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
See Implementation
Changes the cursor for the window. If the cursor is hidden via hideCursor, this has no effect.