Added SetRelative function to lime.Mouse to allow for locking the mouse to the screen in native.

This commit is contained in:
Aaron Santiago
2015-03-25 17:37:00 -04:00
parent f4dcc59c33
commit d91bfda587
7 changed files with 46 additions and 6 deletions

View File

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