input: treballant en la nova estructura per als controladors
This commit is contained in:
@@ -270,7 +270,7 @@ void Title::processControllerInputs() {
|
||||
}
|
||||
|
||||
auto Title::isStartButtonPressed(const Options::GamepadOptions& controller) -> bool {
|
||||
return Input::get()->checkInput(
|
||||
return Input::get()->checkAction(
|
||||
Input::Action::START,
|
||||
Input::DO_NOT_ALLOW_REPEAT,
|
||||
controller.type,
|
||||
|
||||
Reference in New Issue
Block a user