mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
(commands) add radiostopenable and radiostopdisable commands
This commit is contained in:
@@ -675,6 +675,12 @@ std::unordered_map<std::string, vr_openvr::button_bindings> vr_openvr::m_buttonb
|
||||
{ "radiostop_sw:", {
|
||||
user_command::radiostopsend,
|
||||
user_command::none } },
|
||||
{ "radiostopon_sw:", {
|
||||
user_command::radiostopenable,
|
||||
user_command::none } },
|
||||
{ "radiostopoff_sw:", {
|
||||
user_command::radiostopdisable,
|
||||
user_command::none } },
|
||||
{ "radiotest_sw:", {
|
||||
user_command::radiostoptest,
|
||||
user_command::none } },
|
||||
|
||||
Reference in New Issue
Block a user