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