Add System.openFile / System.openURL

This commit is contained in:
Joshua Granick
2016-11-11 16:46:43 -08:00
parent c850459fa5
commit 54a8f32f60
5 changed files with 196 additions and 0 deletions

View File

@@ -34,6 +34,8 @@ namespace lime {
static value GetDisplay (int id);
static int GetNumDisplays ();
static double GetTimer ();
static void OpenFile (const char* path);
static void OpenURL (const char* url, const char* target);
static bool SetAllowScreenTimeout (bool allow);