Add System.allowScreenTimeout

This commit is contained in:
Joshua Granick
2015-09-30 12:46:14 -07:00
parent f4438d85ac
commit a069328efb
4 changed files with 67 additions and 0 deletions

View File

@@ -25,10 +25,12 @@ namespace lime {
public:
static bool GetAllowScreenTimeout ();
static const char* GetDirectory (SystemDirectory type, const char* company, const char* title);
static value GetDisplay (int id);
static int GetNumDisplays ();
static double GetTimer ();
static bool SetAllowScreenTimeout (bool allow);
};