Fixed scroll position bug out of scope + changed autocomplete scrolling behavior to that of Source console

Added new parameter for forcing default ImGui theme
This commit is contained in:
Amos
2022-01-18 11:23:14 +01:00
parent 60f3402fd6
commit 6bc6996f9a
3 changed files with 118 additions and 91 deletions

View File

@@ -30,8 +30,9 @@
#if !defined(DEDICATED)
#include "thirdparty/imgui/include/imgui.h"
#include "thirdparty/imgui/include/imgui_utility.h"
#include "thirdparty/imgui/include/imgui_stdlib.h"
#include "thirdparty/imgui/include/imgui_utility.h"
#include "thirdparty/imgui/include/imgui_internal.h"
#include "thirdparty/imgui/include/imgui_impl_dx11.h"
#include "thirdparty/imgui/include/imgui_impl_win32.h"
#endif // !DEDICATED