MouseDeltaX()

Syntax

Result = MouseDeltaX()
Description
Returns the mouse X 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 left or right since the last call. ExamineMouse() should be called before this function to update the actual mouse position.

Supported OS

All

<- MouseButton() - Mouse Index - MouseDeltaY() ->