mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
(commands) add radioenable and radiodisable commands
This commit is contained in:
@@ -657,6 +657,12 @@ std::unordered_map<std::string, vr_openvr::button_bindings> vr_openvr::m_buttonb
|
||||
{ "radio_sw:", {
|
||||
user_command::radiotoggle,
|
||||
user_command::none } },
|
||||
{ "radioon_sw:", {
|
||||
user_command::radioenable,
|
||||
user_command::none } },
|
||||
{ "radiooff_sw:", {
|
||||
user_command::radiodisable,
|
||||
user_command::none } },
|
||||
{ "radiochannel_sw:", {
|
||||
user_command::radiochannelincrease,
|
||||
user_command::radiochanneldecrease } },
|
||||
|
||||
Reference in New Issue
Block a user