Vision Touch Surface Library
 All Classes Files Functions Variables Pages
singleclickholdeventmanager.h
Go to the documentation of this file.
1 #ifndef INCLUDESINGLECLICKHOLDEVENTMANAGER_H
2 #define INCLUDESINGLECLICKHOLDEVENTMANAGER_H
3 #include "ioeventmanager.h"
4 
5 #include <X11/Xlib.h>
6 #include <X11/Xutil.h>
7 #include <X11/extensions/XTest.h>
8 
17 {
18 protected:
19  Display *dpy;
20  int button;
21 public:
24 
25  //void set(const IOEventManager &param );
26 
27  void setButton( int pbutton );
28 
29  void initData();
30 
31  void gestureInitialize( EventData & param );
32 
33  void gestureInProgressUpdate( EventData & param );
34 
35  void gestureFinalize( EventData & param );
36 };
37 
38 #endif // INCLUDESINGLECLICKHOLDEVENTMANAGER_H