mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-10 05:38:49 +00:00
partially added analog controls
This commit is contained in:
@@ -131,7 +131,7 @@ void WindowSDL::onKeyPress(const SDL_Event* event) {
|
||||
break;
|
||||
}
|
||||
if (button != 0) {
|
||||
controller->checkButton(0, button, event->type == SDL_EVENT_KEY_DOWN);
|
||||
controller->CheckButton(0, button, event->type == SDL_EVENT_KEY_DOWN);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user