GUI: implement scrolltext

issue #1961
applied on Checkbox
This commit is contained in:
tildearrow 2024-11-10 04:14:39 -05:00
parent 76554cb8a2
commit e7375fd733
7 changed files with 78 additions and 23 deletions

View file

@ -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__