33 #ifndef H_DC_INPUT_X11_X11_INCLUDED
34 #define H_DC_INPUT_X11_X11_INCLUDED
36 #ifdef DC_BACKENDS_X11INPUT_X11
38 #include <Dynacoe/Backends/InputManager/InputManager.h>
41 class X11InputManager :
public InputManager {
46 std::string Version();
50 bool IsSupported(InputType);
52 InputDevice * QueryDevice(
int ID);
53 InputDevice * QueryDevice(DefaultDeviceSlots);
54 int QueryAuxiliaryDevices(
int * IDs);
60 std::vector<Dynacoe::InputDevice*> devices;
Backend that controls how data is displayed to the user.
Definition: Display.h:53