Skip to content

function setCursorPosition (client-side)

Available since version: 0.3.0

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

Declaration

boolean setCursorPosition(number x, number y)

Parameters

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

Returns boolean

True on success.