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