StaticisDetermines if the cursor is hidden.
StaticscreenStaticclearRemoves a custom cursor icon and releases any data associated with it.
Removes a custom cursor icon and releases any data associated with it. Restores original icon associated with this cursor type.
StaticclipStaticclipStatichideStaticlockClips the cursor in place such that it can't move at all from its current location. Can be disabled by calling unlock.
StaticsetSets a cursor icon. Uses one of the built-in cursor types.
Sets a cursor icon. Uses one of the manually registered icons.
The name to identify the cursor, one set previously by calling setCursorIcon().
StaticsetRegisters a new custom cursor icon you can then set by calling "setCursor".
Registers a new custom cursor icon you can then set by calling setCursor().
One of the built-in cursor types.
Cursor image data.
Offset on the cursor image to where the actual input happens (for example tip of the Arrow cursor).
StaticshowStaticunlockUnlocks the cursor to be able to be moved again after a call to lock.
Allows you to manipulate the platform cursor in various ways.
Note
Thread safe.