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
bool
toggle:true
if the mouse cursor should be visible on the screen, otherwisefalse
.