mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
ImGui: add 'ImGuiWindowFlags_NoNavInputs' to console logger
Prevent the logging view area from moving within the console window.
This commit is contained in:
parent
117bc7a058
commit
88c8727af1
@ -89,7 +89,8 @@ CConsole::CConsole(void)
|
||||
m_nLoggingFlags =
|
||||
ImGuiWindowFlags_NoMove |
|
||||
ImGuiWindowFlags_HorizontalScrollbar |
|
||||
ImGuiWindowFlags_AlwaysVerticalScrollbar;
|
||||
ImGuiWindowFlags_AlwaysVerticalScrollbar |
|
||||
ImGuiWindowFlags_NoNavInputs;
|
||||
|
||||
memset(m_szInputBuf, '\0', sizeof(m_szInputBuf));
|
||||
memset(m_szWindowLabel, '\0', sizeof(m_szWindowLabel));
|
||||
|
Loading…
x
Reference in New Issue
Block a user