Add Window move and resize

This commit is contained in:
Joshua Granick
2014-07-09 20:05:36 -07:00
parent 46e62e8dfb
commit 7df3b3adfa
5 changed files with 60 additions and 1 deletions

View File

@@ -17,8 +17,10 @@ namespace lime {
public:
Application* currentApplication;
virtual void Move (int x, int y) = 0;
virtual void Resize (int width, int height) = 0;
Application* currentApplication;
int flags;