SimpleWindow.cursor

Changes the cursor for the window. If the cursor is hidden via hideCursor, this has no effect.

window.cursor = GenericCursor.Help;
// now the window mouse cursor is set to a generic help
class SimpleWindow
@property
void
cursor
Suggestion Box / Bug Report