Merge pull request #50077 from thebestnom/fix/initialize_mouse_mode
Android: Initialize mouse mode
This commit is contained in:
commit
83d27ce7d7
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ private:
|
||||||
1003, //CURSOR_HELP
|
1003, //CURSOR_HELP
|
||||||
};
|
};
|
||||||
const int CURSOR_TYPE_NULL = 0;
|
const int CURSOR_TYPE_NULL = 0;
|
||||||
MouseMode mouse_mode;
|
MouseMode mouse_mode = MouseMode::MOUSE_MODE_VISIBLE;
|
||||||
|
|
||||||
bool keep_screen_on;
|
bool keep_screen_on;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue