[HID] Fix SDL GetKeystroke copy-paste regression
This commit is contained in:
@@ -344,7 +344,7 @@ X_RESULT SDLInputDriver::GetKeystroke(uint32_t users, uint32_t flags,
|
|||||||
if (!(butts_changed & fbutton)) {
|
if (!(butts_changed & fbutton)) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
ui::VirtualKey vk = kVkLookup.at(last.repeat_butt_idx);
|
ui::VirtualKey vk = kVkLookup.at(i);
|
||||||
if (vk == ui::VirtualKey::kNone) {
|
if (vk == ui::VirtualKey::kNone) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user