AppBase::EnableCursor

AppBase::EnableCursor
void EnableCursor(bool enable);
Description

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
Parameters 
Description 
bool enable 
Boolean value to enable or disable the cursor.