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

Structure for mouse position events. More...

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

Public Attributes

uint32_t m_uX
 Absolute X position on the screen.
 
uint32_t m_uY
 Absolute Y position on the screen.
 
- 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 position events.


m_uEvent must be set to EVENT_MOUSEPOSITION.

This structure is used for posting a mouse position event. The values will be clamped to the Mouse::SetRange() parameters.

See also
EventHeader_t, MouseButtonEvent_t, MouseMotionEvent_t or MouseWheelEvent_t

Member Data Documentation

◆ m_uX

uint32_t Burger::MousePositionEvent_t::m_uX

Absolute X position on the screen.

◆ m_uY

uint32_t Burger::MousePositionEvent_t::m_uY

Absolute Y position on the screen.