|
Rabbit Remote Control 0.1.0-bate4
|


Public Member Functions | |
| virtual int | KeyEvent (quint32 keysym, quint32 keycode, bool down=true) |
| virtual int | MouseEvent (MouseButtons buttons, QPoint pos) |
| virtual int | MouseEvent (MouseButtons buttons, int x, int y) |
Additional Inherited Members | |
Public Types inherited from CInputDevice | |
| enum | MouseButton { LeftButton = 0x01 , RightButton = 0x02 , MiddleButton = 0x04 , LWheelButton = 0x08 , RWheelButton = 0x10 , UWheelButton = 0x20 , DWheelButton = 0x40 } |
Static Public Member Functions inherited from CInputDevice | |
| static QSharedPointer< CInputDevice > | GenerateObject () |
Protected Attributes inherited from CInputDevice | |
| MouseButtons | m_LastButtons |
| QPoint | m_LastPostion |
Definition at line 9 of file InputDeviceWindows.h.
|
explicit |
Definition at line 16 of file InputDeviceWindows.cpp.
|
virtual |
Definition at line 20 of file InputDeviceWindows.cpp.
|
virtual |
Implements CInputDevice.
Definition at line 25 of file InputDeviceWindows.cpp.
|
virtual |
Implements CInputDevice.
Definition at line 157 of file InputDeviceWindows.cpp.
|
virtual |
Implements CInputDevice.
Definition at line 30 of file InputDeviceWindows.cpp.