You.i Engine
YiScriptAppFactory.h
Go to the documentation of this file.
1 // © You i Labs Inc. 2000-2017. All rights reserved.
2 #ifndef _YI_SCRIPT_APP_FACTORY_H_
3 #define _YI_SCRIPT_APP_FACTORY_H_
4 
5 #include "framework/YiApp.h"
6 
20 {
21 public:
25  static std::unique_ptr<CYIApp> Create();
26 
30  static int32_t GetWindowWidth();
31 
35  static int32_t GetWindowHeight();
36 
40  static int32_t GetScreenDensity();
41 
46  static const char *GetWindowName();
47 
48 private:
50 
51 };
52 
57 #endif
static const char * GetWindowName()
static int32_t GetWindowWidth()
Definition: YiScriptAppFactory.h:19
static int32_t GetScreenDensity()
static int32_t GetWindowHeight()
static std::unique_ptr< CYIApp > Create()