Android: Initialize mouse mode
This commit is contained in:
parent
6ef0b8fcd3
commit
e200195564
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ private:
|
|||
1003, //CURSOR_HELP
|
||||
};
|
||||
const int CURSOR_TYPE_NULL = 0;
|
||||
MouseMode mouse_mode;
|
||||
MouseMode mouse_mode = MouseMode::MOUSE_MODE_VISIBLE;
|
||||
|
||||
bool keep_screen_on;
|
||||
|
||||
|
|
Loading…
Reference in a new issue