MouseDeltaY()
Syntax
Result = MouseDeltaY()Description
Returns the mouse Y movement (in pixels) since the last call of this function. This means that the Result can be either a negative or positive value, depening on whether or not the mouse has been moved to top or bottom since the last call.. ExamineMouse() should be called before this function to update the actual mouse position.
Supported OS
All