(commands) add radiostopenable and radiostopdisable commands

This commit is contained in:
Marcin Nowak
2022-09-28 23:29:36 +02:00
parent 7880063f5c
commit 57dbcf79e1
7 changed files with 40 additions and 0 deletions

View File

@@ -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 } },