Add application.removeWindow, window.close, and fixes for using an empty config

This commit is contained in:
Joshua Granick
2015-01-29 15:34:18 -08:00
parent d1159824bd
commit 05ce36188b
14 changed files with 255 additions and 59 deletions

View File

@@ -18,6 +18,7 @@ namespace lime {
public:
virtual void Close () = 0;
virtual void Move (int x, int y) = 0;
virtual void Resize (int width, int height) = 0;
virtual void SetIcon (ImageBuffer *imageBuffer) = 0;