An app factory for a script only application.
This app factory implementation is provided for applications that are written only in a scripting language. It enables script only applications to start without writing any C++ code.
#include <binding/YiScriptAppFactory.h>
Static Public Member Functions | |
| static std::unique_ptr< CYIApp > | Create () |
| static int32_t | GetWindowWidth () |
| static int32_t | GetWindowHeight () |
| static int32_t | GetScreenDensity () |
| static const char * | GetWindowName () |
|
static |
Creates a new script application instance.
|
static |
Returns the pixel density for the application.
|
static |
Returns teh window height of the application, in pixels.
|
static |
Returns the window name for the application. For a script application this is blank.
|
static |
Returns the window width of the application, in pixels.