Changed setRelative to lock attribute

This commit is contained in:
Aaron Santiago
2015-03-25 23:51:31 -04:00
parent 1228ee3fe4
commit 96e33a57fb
5 changed files with 44 additions and 20 deletions

View File

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