Work on HL bytes, HL blocking fixes, etc

This commit is contained in:
Joshua Granick
2018-06-13 10:06:47 -07:00
parent 55167abadf
commit ba0c91e107
13 changed files with 236 additions and 119 deletions

View File

@@ -26,6 +26,8 @@ namespace lime {
public:
static void GCEnterBlocking ();
static void GCExitBlocking ();
static bool GetAllowScreenTimeout ();
static std::wstring* GetDeviceModel ();
static std::wstring* GetDeviceVendor ();
@@ -50,6 +52,10 @@ namespace lime {
static bool SetWindowsConsoleMode (int handleType, int mode);
#endif
private:
static bool _isHL;
};