Corrected overscroll behavior

This commit is contained in:
Marcus Minhorst 2025-08-17 16:26:07 -04:00 committed by Ricardo Luís Vaz Silva
commit 4d8f715d50
2 changed files with 30 additions and 22 deletions

View file

@ -41,6 +41,7 @@
CVARD(Bool, silence_menu_scroll, true, CVAR_GLOBALCONFIG | CVAR_ARCHIVE, "Silences cursor movement when using mouse wheel");
CVARD(Bool, silence_menu_hover, true, CVAR_GLOBALCONFIG | CVAR_ARCHIVE, "Silences cursor movement when implicitly selecting with mouse");
CVARD(Int, menu_overscroll, 8, CVAR_GLOBALCONFIG | CVAR_ARCHIVE, "Number of lines you can scroll past the bottom of a menu");
//=============================================================================
//