Vision Touch Surface Library
Main Page
Related Pages
Classes
Files
File List
All
Classes
Files
Functions
Variables
Pages
visionTouchSurfaceLib
vts_ioevents
include
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
17
class
ScrollUpDownManager
:
public
IOEventManager
18
{
19
20
protected
:
21
Display *
dpy
;
22
public
:
23
ScrollUpDownManager
();
24
~ScrollUpDownManager
();
25
26
//void set(const IOEventManager ¶m );
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
Generated on Sat Dec 14 2013 23:25:51 for Vision Touch Surface Library by
1.8.3.1