We cannot maintain an updated list of displays, change to 'System.getDisplay' instead

This commit is contained in:
Joshua Granick
2015-07-31 19:34:41 -07:00
parent fd376e6f99
commit 2290e26c4d
10 changed files with 180 additions and 176 deletions

View File

@@ -1,6 +1,7 @@
#ifndef LIME_SYSTEM_SYSTEM_H
#define LIME_SYSTEM_SYSTEM_H
#include <hx/CFFI.h>
#include <stdio.h>
@@ -25,6 +26,8 @@ namespace lime {
public:
static const char* GetDirectory (SystemDirectory type, const char* company, const char* title);
static value GetDisplay (int id);
static int GetNumDisplays ();
static double GetTimer ();