Added SetRelative function to lime.Mouse to allow for locking the mouse to the screen in native.
This commit is contained in:
@@ -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 ();
|
||||
|
||||
Reference in New Issue
Block a user