Skip to content

function setCursorVisible (client-side)

Available since version: 0.3.0

Sets whether the cursor is visible.

Declaration

bool setCursorVisible(bool toggle)

Parameters

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

Returns bool

True on success.