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