Scaleform::Platform::DeviceStatus

Scaleform::Platform::DeviceStatus
enum DeviceStatus {
  Device_Ready,
  Device_NeedInit,
  Device_Lost,
  Device_NeedReconfigure
};
Description

DeviceStatus reports the rendering status of the Device. Status should be NeedInit or Ready for all devices except D3D9, which requires custom handling.

Members
Members 
Description 
Device_Ready 
Rendering initialized. 
Device_NeedInit 
Rendering not initialized, must call InitGraphics. 
Device_Lost 
D3D9/ Android only - Device lost and not ready for reset. 
Device_NeedReconfigure 
D3D9/ Android only - Device is ready for reset; call ReconfigureGraphics. 
File

Platform.h