Android: Initialize mouse mode
This commit is contained in:
parent
6ef0b8fcd3
commit
e200195564
@ -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 New Issue
Block a user