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

More flexible brake handles and universal brake buttons

This commit is contained in:
Królik Uszasty
2019-09-14 16:35:14 +02:00
parent a871a05121
commit 75d0c4628a
9 changed files with 208 additions and 22 deletions

View File

@@ -570,6 +570,15 @@ drivermouse_input::default_bindings() {
{ "releaser_bt:", {
user_command::independentbrakebailoff,
user_command::none } },
{ "universalbrake1_bt:",{
user_command::universalbrakebutton1,
user_command::none } },
{ "universalbrake2_bt:",{
user_command::universalbrakebutton2,
user_command::none } },
{ "universalbrake3_bt:",{
user_command::universalbrakebutton3,
user_command::none } },
{ "sand_bt:", {
user_command::sandboxactivate,
user_command::none } },