|
Rabbit Remote Control 0.1.0-bate14
|

Public Types | |
| enum | MouseButton { LeftButton = 0x01 , RightButton = 0x02 , MiddleButton = 0x04 , LWheelButton = 0x08 , RWheelButton = 0x10 , UWheelButton = 0x20 , DWheelButton = 0x40 } |
Static Public Member Functions | |
| static QSharedPointer< CInputDevice > | GenerateObject () |
Protected Attributes | |
| MouseButtons | m_LastButtons |
| QPoint | m_LastPostion |
Definition at line 11 of file InputDevice.h.
| enum CInputDevice::MouseButton |
Definition at line 16 of file InputDevice.h.
|
inlineexplicitprotected |
Definition at line 37 of file InputDevice.h.
|
static |
Definition at line 11 of file InputDeviceWindows.cpp.
|
protected |
Definition at line 34 of file InputDevice.h.
|
protected |
Definition at line 35 of file InputDevice.h.