function setCursorSize (client-side)
Available since version: 0.3.0
Sets the cursor size in virtual (screen-scaled) units.
Declaration
bool setCursorSize(int width, int height)
Parameters
intwidth: Cursor width.intheight: Cursor height.
Returns bool
True on success.