Skip to main content
Moves the mouse cursor by an offset from its current position, in pixels.
x and y are pixel offsets applied to the current cursor position. Most commonly used for smooth aim curves - call mousemoverel in small steps inside a loop instead of a single mousemoveabs jump, so the cursor’s path looks human.

Parameters

Returns

void

Example

Commonly used for mouse smoothing and automated aiming adjustments.