mirror of
https://github.com/xenia-project/xenia.git
synced 2026-04-05 06:35:11 +00:00
[HID] Fix SDL GetKeystroke copy-paste regression
This commit is contained in:
parent
48bb93a9ca
commit
90c4950503
1 changed files with 1 additions and 1 deletions
|
|
@ -344,7 +344,7 @@ X_RESULT SDLInputDriver::GetKeystroke(uint32_t users, uint32_t flags,
|
|||
if (!(butts_changed & fbutton)) {
|
||||
continue;
|
||||
}
|
||||
ui::VirtualKey vk = kVkLookup.at(last.repeat_butt_idx);
|
||||
ui::VirtualKey vk = kVkLookup.at(i);
|
||||
if (vk == ui::VirtualKey::kNone) {
|
||||
continue;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue