Skip to content

function setCursorPosition (client-side)

Available since version: 0.3.0

Sets the cursor position in virtual (screen-scaled) coordinates.

Declaration

bool setCursorPosition(int x, int y)

Parameters

  • int x: X position.
  • int y: Y position.

Returns bool

True on success.