Libpointing
An open-source cross-platform library to get raw events from pointing devices and master transfer functions.
xorgDisplayDeviceManager.h
1 /* -*- mode: c++ -*-
2  *
3  * pointing/output/linux/xorgDisplayDeviceManager.h --
4  *
5  * Initial software
6  * Authors: Izzat Mukhanov
7  * Copyright © Inria
8  *
9  * http://libpointing.org/
10  *
11  * This software may be used and distributed according to the terms of
12  * the GNU General Public License version 2 or any later version.
13  *
14  */
15 
16 #ifndef xorgDisplayDeviceManager_h
17 #define xorgDisplayDeviceManager_h
18 
19 #include <pointing/output/DisplayDeviceManager.h>
20 
21 namespace pointing {
22 
25 
26  pthread_t thread;
27  static void *eventloop(void *self);
28 
29  friend class DisplayDeviceManager;
30  };
31 }
32 
33 #endif // xorgDisplayDeviceManager
Definition: DummyPointingDevice.cpp:23
Definition: xorgDisplayDeviceManager.h:23
Definition: DisplayDeviceManager.h:43