16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-18 07:49:19 +02:00

Reverser buttons

This commit is contained in:
stele
2020-07-02 22:57:21 +02:00
parent fccb1c6c16
commit a0279e19d3
4 changed files with 85 additions and 12 deletions

View File

@@ -530,6 +530,15 @@ drivermouse_input::default_bindings() {
{ "dirkey:", {
user_command::reverserincrease,
user_command::reverserdecrease } },
{ "dirforward_bt:", {
user_command::reverserforward,
user_command::none } },
{ "dirneutral_bt:", {
user_command::reverserneutral,
user_command::none } },
{ "dirbackward_bt:", {
user_command::reverserbackward,
user_command::none } },
{ "brakectrl:", {
user_command::trainbrakeset,
user_command::none } },