mouseCursor property

MouseCursor? mouseCursor
final

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;