|
Sleeping Wombat GUI
0.100
swGUI
|
Joystick or other controller state and events. More...
#include <JoystickDevice.h>
Public Member Functions | |
| JoystickDevice ()=default | |
| ~JoystickDevice ()=default | |
| const InputDeviceInfo & | GetInfo () const |
| const JoystickState & | GetState () const |
| void | ApplyAllEvents () |
| DeviceEvent | ApplyNextEvent () |
| Timestamp | GetNextEvtTimestamp () |
| void | RemoveEvents () |
| EventQueue< DeviceEvent > & | GetEventsQueue () |
Public Member Functions inherited from sw::input::Device | |
| Device ()=default | |
| virtual | ~Device ()=default |
Private Attributes | |
| InputDeviceInfo | m_info |
| JoystickState | m_state |
| EventQueue< DeviceEvent > | m_events |
Joystick or other controller state and events.
|
explicitdefault |
|
default |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |
|
private |
1.8.9.1