Toggling the mouse/cursor
// Show the cursor :
CursorManager.Get().SetCursor(CursorManager.TYPE.Normal);
CursorManager.Get().ShowCursor(true, true);
// Hide the cursor :
CursorManager.Get().ShowCursor(false,false);Last updated
// Show the cursor :
CursorManager.Get().SetCursor(CursorManager.TYPE.Normal);
CursorManager.Get().ShowCursor(true, true);
// Hide the cursor :
CursorManager.Get().ShowCursor(false,false);Last updated