parent
76554cb8a2
commit
e7375fd733
7 changed files with 78 additions and 23 deletions
4
extern/imgui_patched/imgui.cpp
vendored
4
extern/imgui_patched/imgui.cpp
vendored
|
|
@ -1305,6 +1305,10 @@ ImGuiIO::ImGuiIO()
|
|||
// Inertial scrolling options (when ImGuiConfigFlags_InertialScrollEnable is set)
|
||||
ConfigInertialScrollToleranceSqr = 36.0f;
|
||||
|
||||
// ScrollText options
|
||||
ScrollTextSpeed = 100.0f;
|
||||
ScrollTextSpacing = 8.0f;
|
||||
|
||||
// Miscellaneous options
|
||||
MouseDrawCursor = false;
|
||||
#ifdef __APPLE__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue