Kicking it Olde Sküül! Burgerlib on Github Follow Olde Sküül on Twitter Burgerbecky on LinkedIn Burgerbecky on LinkedIn
Loading...
Searching...
No Matches
Public Attributes | List of all members
Burger::JoypadButtonEvent_t Struct Reference

Structure for joypad button events. More...

Inheritance diagram for Burger::JoypadButtonEvent_t:
Inheritance graph
[legend]
Collaboration diagram for Burger::JoypadButtonEvent_t:
Collaboration graph
[legend]

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.
 

Detailed Description

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.

See also
EventHeader_t

Member Data Documentation

◆ m_uButtons

uint_t Burger::JoypadButtonEvent_t::m_uButtons

Pressed or released joypad buttons.