Skip to content

function setCursorVisible (client-side)

Available since version: 0.3.0

Sets whether the cursor is visible.

Declaration

boolean setCursorVisible(boolean toggle)

Parameters

  • boolean toggle: True to show the cursor, false to hide it.

Returns boolean

True on success.