Skip to content

event onMouseMove (client-side)

Available since version: 0.3.0

Triggered when the mouse cursor is moved.

Parameters

void onMouseMove(int x, int y)
  • int x: Cursor X position.
  • int y: Cursor Y position.