haxe ui focus check

This commit is contained in:
lemz1 2025-02-11 19:18:33 +01:00 committed by lemz
parent d31ef12363
commit 591ef83189

View file

@ -116,6 +116,11 @@ class WindowUtil
});
openfl.Lib.current.stage.addEventListener(openfl.events.KeyboardEvent.KEY_DOWN, (e:openfl.events.KeyboardEvent) -> {
if (haxe.ui.focus.FocusManager.instance.focus != null)
{
return;
}
for (key in PlayerSettings.player1.controls.getKeysForAction(WINDOW_FULLSCREEN))
{
// FlxG.stage.focus is set to null by the debug console stuff,