function setCursorVisible (client-side)
Available since version: 0.0.1
This function will toggle the visibility of the mouse cursor on the screen.
Declaration
void setCursorVisible(bool toggle)
Parameters
booltoggle:trueif the mouse cursor should be visible on the screen, otherwisefalse.