1
0
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:
thebestnom
2021-07-02 18:00:33 +03:00
parent 6ef0b8fcd3
commit e200195564

View File

@@ -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;