1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-26 15:26:03 +00:00

help for defaultjoy updated

This commit is contained in:
Zeno Rogue
2025-11-11 22:07:59 +01:00
parent d8b9b3e10b
commit d74a6e3ab0

View File

@@ -1496,7 +1496,7 @@ EX void initConfig() {
-> editable("joystick moves automatically", 'J');
param_b(defaultjoy, "defaultjoy")
-> editable("apply joystick movements", 'H')
-> help("Disable this on Steam controllers, which also send key events, to avoid duplicated input.");
-> help("Disable this on Steam controllers, which also send key events, to avoid duplicated input. Press key ` (or assign it to the controller button in Steam) to move or accept menu options.");
#endif
vid.killreduction = 0;