We cannot maintain an updated list of displays, change to 'System.getDisplay' instead
This commit is contained in:
@@ -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 ();
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user