static int Mouse.GetModeGraphic(CursorMode)
Returns the sprite slot number of the specified mouse cursor mode.
This could be useful if you want to change it manually with ChangeModeGraphic but be able
to remember what it was before.
Example:
Display("The current mouse cursor sprite is %d.", mouse.GetModeGraphic(mouse.Mode));
will display the sprite slot number of the current mouse cursor.
See Also: Mouse.ChangeModeGraphic
|