Amend d885fe4, fixes default value of ConfigNavCaptureKeyboard. (#2517, #2009)

This commit is contained in:
ocornut
2024-10-14 16:52:25 +02:00
parent d885fe4dd0
commit ba5161740e
3 changed files with 15 additions and 12 deletions

View File

@@ -1406,6 +1406,8 @@ ImGuiIO::ImGuiIO()
ConfigMacOSXBehaviors = false;
#endif
ConfigNavSwapGamepadButtons = false;
ConfigNavMoveSetMousePos = false;
ConfigNavCaptureKeyboard = true;
ConfigInputTrickleEventQueue = true;
ConfigInputTextCursorBlink = true;
ConfigInputTextEnterKeepActive = false;