We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c6e8a7 commit 70438f4Copy full SHA for 70438f4
SerialPrograms/Source/NintendoSwitch/Framework/UI/NintendoSwitch_CommandRow.cpp
@@ -179,6 +179,7 @@ CommandRow::CommandRow(
179
180
m_session.add_listener(*this);
181
m_controller.add_listener(*this);
182
+// global_input_add_listener(*this);
183
}
184
185
@@ -203,8 +204,8 @@ void CommandRow::run_controller_input(ControllerInputState& state){
203
204
205
void CommandRow::set_focus(bool focused){
206
if (focused){
207
+ global_input_add_listener(*this);
208
if (allow_controller_input()){
- global_input_add_listener(*this);
209
210
}else{
211
global_input_clear_state();
0 commit comments