You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 19:41:11 +00:00
Android: Initialize mouse mode
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user