Add System.manufacturer, Systemem.model, System.version (TODO: Windows)

This commit is contained in:
Joshua Granick
2018-01-26 17:52:19 -08:00
parent 05ba3c9bd0
commit 639a58a4d5
7 changed files with 217 additions and 1 deletions

View File

@@ -32,6 +32,9 @@ namespace lime {
static std::wstring* GetIOSDirectory (SystemDirectory type);
static bool GetIOSTablet ();
#endif
static std::wstring* GetManufacturer ();
static std::wstring* GetModel ();
static std::wstring* GetVersion ();
#ifdef HX_WINDOWS
static int GetWindowsConsoleMode (int handleType);
#endif