mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-23 02:04:22 +00:00
Fix ImGuiIO docs and default values (#5540)
This commit is contained in:
parent
0a4ddd7246
commit
c911901b5e
2 changed files with 3 additions and 1 deletions
|
|
@ -1164,6 +1164,8 @@ ImGuiIO::ImGuiIO()
|
|||
#endif
|
||||
ConfigInputTrickleEventQueue = true;
|
||||
ConfigInputTextCursorBlink = true;
|
||||
ConfigInputTextEnterKeepActive = false;
|
||||
ConfigDragClickToInputText = false;
|
||||
ConfigWindowsResizeFromEdges = true;
|
||||
ConfigWindowsMoveFromTitleBarOnly = false;
|
||||
ConfigMemoryCompactTimer = 60.0f;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue