Added global and window mouse warps

This commit is contained in:
Aaron Santiago
2015-03-25 20:38:34 -04:00
parent 6a2142bdaf
commit 1228ee3fe4
10 changed files with 65 additions and 1 deletions

View File

@@ -24,6 +24,7 @@ namespace lime {
virtual bool SetFullscreen (bool fullscreen) = 0;
virtual void SetIcon (ImageBuffer *imageBuffer) = 0;
virtual bool SetMinimized (bool minimized) = 0;
virtual void WarpMouse (int x, int y) = 0;
Application* currentApplication;
int flags;