#include <mmsinputx11handler.h>

Public Member Functions | |
| MMSInputX11Handler (MMS_INPUT_DEVICE device) | |
| ~MMSInputX11Handler () | |
| void | grabEvents (MMSInputEvent *inputevent) |
Private Attributes | |
| MMSConfigData * | config |
| bool | quit |
| Window | window |
| Display * | display |
| bool | pressed |
| Time | lastmotion |
Definition at line 54 of file mmsinputx11handler.h.
| MMSInputX11Handler::MMSInputX11Handler | ( | MMS_INPUT_DEVICE | device | ) |
Definition at line 176 of file mmsinputx11handler.cpp.
| MMSInputX11Handler::~MMSInputX11Handler | ( | ) |
Definition at line 188 of file mmsinputx11handler.cpp.
| void MMSInputX11Handler::grabEvents | ( | MMSInputEvent * | inputevent | ) | [virtual] |
MMSConfigData* MMSInputX11Handler::config [private] |
Definition at line 56 of file mmsinputx11handler.h.
bool MMSInputX11Handler::quit [private] |
Definition at line 58 of file mmsinputx11handler.h.
Window MMSInputX11Handler::window [private] |
Definition at line 59 of file mmsinputx11handler.h.
Display* MMSInputX11Handler::display [private] |
Definition at line 60 of file mmsinputx11handler.h.
bool MMSInputX11Handler::pressed [private] |
Definition at line 61 of file mmsinputx11handler.h.
Time MMSInputX11Handler::lastmotion [private] |
Definition at line 62 of file mmsinputx11handler.h.