Skip to content

function setCursorPositionPx (client-side)

Available since version: 0.3.0

Sets the cursor position in pixel coordinates.

Declaration

boolean setCursorPositionPx(number x, number y)

Parameters

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

Returns boolean

True on success.