Structure for joypad button events. More...
Public Attributes | |
uint_t | m_uButtons |
Pressed or released joypad buttons. | |
Public Attributes inherited from Burger::EventHeader_t | |
eEvent | m_uEvent |
Event type. | |
uint_t | m_uWhich |
Which device generated the event. | |
uint32_t | m_uMSTimeStamp |
Time when the event occurred. | |
Structure for joypad button events.
m_uEvent must be set to EVENT_JOYPADDOWN or EVENT_JOYPADUP.
This structure is used for posting a joypad button event.
uint_t Burger::JoypadButtonEvent_t::m_uButtons |
Pressed or released joypad buttons.