void EnableCursor(bool enable);
EnableCursor enables the cursor on the window. Cursor must be enabled to show up; this is an additional state that overrides CursorType. Default state of EnableCursor is platform-specific; on some consoles it may be disabled by default and enabled with a trigger.
Parameters |
Description |
bool enable |
Boolean value to enable or disable the cursor. |