Merge pull request #50077 from thebestnom/fix/initialize_mouse_mode

Android: Initialize mouse mode
This commit is contained in:
Rémi Verschelde 2021-07-02 17:25:42 +02:00 committed by GitHub
commit 83d27ce7d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;