Structure for mouse motion events. More...


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. | |
Structure for mouse motion events.
m_uEvent must be set to EVENT_MOUSEMOVE.
This structure is used for posting a mouse motion delta event.
| int32_t Burger::MouseMotionEvent_t::m_iDeltaX |
Relative X motion.
| int32_t Burger::MouseMotionEvent_t::m_iDeltaY |
Relative Y motion.