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

Structure for mouse motion events. More...

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

Public Attributes

int32_t m_iDeltaX
 Relative X motion.
 
int32_t m_iDeltaY
 Relative Y motion.
 
- 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 motion events.


m_uEvent must be set to EVENT_MOUSEMOVE.

This structure is used for posting a mouse motion delta event.

See also
EventHeader_t, MouseButtonEvent_t, MousePositionEvent_t or MouseWheelEvent_t

Member Data Documentation

◆ m_iDeltaX

int32_t Burger::MouseMotionEvent_t::m_iDeltaX

Relative X motion.

◆ m_iDeltaY

int32_t Burger::MouseMotionEvent_t::m_iDeltaY

Relative Y motion.