function setCursorVisible (client-side)
Available since version: 0.3.0
Sets whether the cursor is visible.
Declaration
bool setCursorVisible(bool toggle)
Parameters
booltoggle: True to show the cursor, false to hide it.
Returns bool
True on success.