|
enum | MouseButton {
LeftButton = 0x01
, RightButton = 0x02
, MiddleButton = 0x04
, LWheelButton = 0x08
,
RWheelButton = 0x10
, UWheelButton = 0x20
, DWheelButton = 0x40
} |
|
|
virtual int | KeyEvent (quint32 keysym, quint32 keycode, bool down=true)=0 |
|
virtual int | MouseEvent (MouseButtons buttons, QPoint pos)=0 |
|
virtual int | MouseEvent (MouseButtons buttons, int x, int y)=0 |
|
Definition at line 11 of file InputDevice.h.
◆ MouseButton
enum CInputDevice::MouseButton |
◆ CInputDevice()
CInputDevice::CInputDevice |
( |
| ) |
|
|
inlineexplicitprotected |
◆ GenerateObject()
QSharedPointer< CInputDevice > CInputDevice::GenerateObject |
( |
| ) |
|
|
static |
◆ m_LastButtons
MouseButtons CInputDevice::m_LastButtons |
|
protected |
◆ m_LastPostion
QPoint CInputDevice::m_LastPostion |
|
protected |
The documentation for this class was generated from the following files: