Expose display device DPI

This commit is contained in:
Lars Doucet
2016-01-12 09:15:28 -06:00
parent c626ca1ff8
commit b240ff08e8
5 changed files with 48 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ namespace lime {
static bool GetAllowScreenTimeout ();
static const char* GetDirectory (SystemDirectory type, const char* company, const char* title);
static value GetDisplay (int id);
static value GetDisplayDPI (int id);
static int GetNumDisplays ();
static double GetTimer ();
static bool SetAllowScreenTimeout (bool allow);