GetMouseWheelEvent

From Spheriki

Jump to: navigation, search

Returns a single mouse wheel event. The possible values are MOUSE_WHEEL_UP and MOUSE_WHEEL_DOWN.


Usage

GetMouseWheelEvent();


Notes

If there are no events in the mouse wheel queue then this function will wait until there is an event to return. It would be wise to make sure GetNumMouseWheelEvents() returns a value greater than 0 before using this function.


See also

Personal tools