Work on HL bytes, HL blocking fixes, etc
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user