mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-28 15:28:21 +00:00
partially added analog controls
This commit is contained in:
parent
57c65cadb8
commit
48d6ccd9bb
4 changed files with 73 additions and 26 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue