mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-14 17:15:21 +02:00
Allow toggling fullscreen without restart and add keybind (#14714)
This commit is contained in:
@@ -220,6 +220,9 @@ private:
|
||||
// often changing keys, and keysListenedFor is expected
|
||||
// to change seldomly but contain lots of keys.
|
||||
KeyList keysListenedFor;
|
||||
|
||||
// Intentionally not reset by clearInput/releaseAllKeys.
|
||||
bool fullscreen_is_down = false;
|
||||
};
|
||||
|
||||
class InputHandler
|
||||
|
Reference in New Issue
Block a user