MouseDeltaX()
Syntax
Result = MouseDeltaX()Description
Returns the mouse X movement (in pixel) since the last call of this function. That's mean than the Result can be either a negative or positive value, if the mouse has been moved to left or right since the last call. ExamineMouse() should be called before this function to update the actual mouse position.
Supported OS
All