[HID] Fix SDL GetKeystroke copy-paste regression
This commit is contained in:
parent
48bb93a9ca
commit
90c4950503
src/xenia/hid/sdl
|
@ -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…
Reference in New Issue