Support a few buttons

This commit is contained in:
2024-01-04 18:39:42 -06:00
parent 55d08c0af6
commit c0c395ec97
3 changed files with 21 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ namespace ControllerTest {
return true;
}
controller_state.update();
controller_state.update(Periphery::get_primary_controller_as<JabyEngine::Periphery::GenericController>());
return false;
}