Scaleform::Platform::CursorType

Scaleform::Platform::CursorType
enum CursorType {
  Cursor_Hidden,
  Cursor_Arrow,
  Cursor_Hand,
  Cursor_IBeam,
  Cursor_Type_Count
};
Description

Cursor type expected for the client window, modified by calling SetCursor.

Members
Members 
Description 
Cursor_Hidden 
A hidden cursor. 
Cursor_Arrow 
An arrow cursor. 
Cursor_Hand 
A hand cursor. 
Cursor_IBeam 
An i-beam cursor. 
Cursor_Type_Count 
The number of cursor types. 
File

Platform_SystemCursorManager.h