mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-17 23:39:18 +02:00
(commands) add dashboardlightenable and dashboardlightdisable commands
This commit is contained in:
@@ -747,6 +747,12 @@ std::unordered_map<std::string, vr_openvr::button_bindings> vr_openvr::m_buttonb
|
||||
{ "dashboardlight_sw:", {
|
||||
user_command::dashboardlighttoggle,
|
||||
user_command::none } },
|
||||
{ "dashboardlighton_sw:", {
|
||||
user_command::dashboardlightenable,
|
||||
user_command::none } },
|
||||
{ "dashboardlightoff_sw:", {
|
||||
user_command::dashboardlightdisable,
|
||||
user_command::none } },
|
||||
{ "timetablelight_sw:", {
|
||||
user_command::timetablelighttoggle,
|
||||
user_command::none } },
|
||||
|
||||
Reference in New Issue
Block a user