GetMouseWheelEvent
From Spheriki
Returns a single mouse wheel event. The possible values are MOUSE_WHEEL_UP and MOUSE_WHEEL_DOWN.
Usage
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.