Move drop file event to Window, handle mouse capture automatically

This commit is contained in:
Joshua Granick
2016-03-01 10:45:33 -08:00
parent 85ec75fd59
commit 78bf85b766
22 changed files with 218 additions and 189 deletions

View File

@@ -18,7 +18,6 @@ namespace lime {
static void Hide ();
static void SetCursor (MouseCursor cursor);
static void SetLock (bool lock);
static void SetCaptureMode(bool capture);
static void Show ();
static void Warp (int x, int y, Window* window);