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

@@ -14,6 +14,7 @@ namespace lime {
static MouseCursor currentCursor;
static void WarpGlobal (int x, int y);
static int SetRelative (bool value);
static void Hide ();
static void SetCursor (MouseCursor cursor);