Structure for mouse wheel events. More...


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. | |
Structure for mouse wheel events.
m_uEvent must be set to EVENT_MOUSEWHEEL.
This structure is used for posting a mouse wheel event.
| int32_t Burger::MouseWheelEvent_t::m_iMouseWheelX |
Horizontal mouse wheel motion (Apple ball mice support this)
| int32_t Burger::MouseWheelEvent_t::m_iMouseWheelY |
Vertical mouse wheel motion (Most mice support this)