App

App
Scaleform::Platform::AppBase
    Scaleform::Platform::App
Declaration
class App : public AppBase;
Description

App class takes RenderThread as a template, allowing custom thread classes to be used.

Methods
Method 
Description 
App 
App constructor. 
Returns the render thread on which the application is running. 
Returns the render thread on which the application is running. 
Checks whether the render thread is single-threaded. 
Provided to simplify OnInit initialization, while allowing RenderThread class to be customized. 
Called after Renderthread creation to enable glyph/mesh caching. 
Called to perform shutdown tasks before application exit. 
Reconfigures the view configuration settings on the device when switching video modes and/or settings. 
File

Platform.h