|
| static boolean | Initialize (Path baseDirectory, String appName, boolean standalone) |
| |
| static boolean | Initialize (Path baseDirectory, String appName) |
| |
| static void | Destroy () |
| |
| static String | GetProgramPath () |
| |
| static Viewer | CreateView (long hwndHost, long width, long height) |
| |
| static Viewer | CreateWindow3D (String title, long width, long height, boolean visible) |
| |
|
static long | CreateChildWindow (long parent, int width, int height) |
| |
|
static void | DestoryChildWindow (long child) |
| |
|
static Vector2 | GetDpiScale () |
| |
| static void | SetDpiScaling (float ratio) |
| |
|
static void | Log (EnumLoggingLevel level, String msg) |
| |
|
static boolean | RegisterSdk (String a, String b, String d, String e, String f) |
| |