Added rumble from menus
This commit is contained in:
parent
b2979f0e23
commit
7a21853d3f
10 changed files with 86 additions and 24 deletions
|
|
@ -141,6 +141,7 @@ CUSTOM_CVARD(Int, haptics_compat, HAPTCOMPAT_MATCH, CVAR_ARCHIVE | CVAR_GLOBALCO
|
|||
if (self >= NUM_HAPTCOMPAT) self = NUM_HAPTCOMPAT-1;
|
||||
}
|
||||
|
||||
CVARD(Bool, haptics_do_menus, true, CVAR_ARCHIVE | CVAR_GLOBALCONFIG, "allow haptic feedback for menus");
|
||||
CVARD(Bool, haptics_do_action, true, CVAR_ARCHIVE | CVAR_GLOBALCONFIG, "allow haptic feedback for player doing things");
|
||||
|
||||
// CODE --------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue