function setCursorSizePx (client-side)
Available since version: 0.1.10
This function will set the mouse cursor size on screen in pixels.
Declaration
void setCursorSizePx(int width, int height)
Parameters
intwidth: the width of the cursor in pixels.intheight: the height of the cursor in pixels.