mouseCursor property
The shape of the mouse cursor when it is hovering over the game canvas. This property can be changed dynamically via Game.mouseCursor.
Implementation
final MouseCursor? mouseCursor;
The shape of the mouse cursor when it is hovering over the game canvas. This property can be changed dynamically via Game.mouseCursor.
final MouseCursor? mouseCursor;