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::MouseWheelEvent_t Struct Reference

Structure for mouse wheel events. More...

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

Public Attributes

int32_t m_iMouseWheelX
 Horizontal mouse wheel motion (Apple ball mice support this)
 
int32_t m_iMouseWheelY
 Vertical mouse wheel motion (Most mice support this)
 
- 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 mouse wheel events.


m_uEvent must be set to EVENT_MOUSEWHEEL.

This structure is used for posting a mouse wheel event.

See also
EventHeader_t, MouseButtonEvent_t, MouseMotionEvent_t or MousePositionEvent_t

Member Data Documentation

◆ m_iMouseWheelX

int32_t Burger::MouseWheelEvent_t::m_iMouseWheelX

Horizontal mouse wheel motion (Apple ball mice support this)

◆ m_iMouseWheelY

int32_t Burger::MouseWheelEvent_t::m_iMouseWheelY

Vertical mouse wheel motion (Most mice support this)