mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-05 14:35:58 +00:00
Removed dead code from WindowsKeyboard
This commit is contained in:
parent
d4b7b88366
commit
1986b75e82
1 changed files with 0 additions and 1 deletions
|
|
@ -112,7 +112,6 @@ final class WindowsKeyboard {
|
|||
}
|
||||
|
||||
private int translateShift(int scan_code, byte state) {
|
||||
int state_mask = state != 0 ? 0x8000 : 0x0000;
|
||||
if (checkShiftKey(WindowsKeycodes.VK_LSHIFT, state)) {
|
||||
return WindowsKeycodes.VK_LSHIFT;
|
||||
} else if (checkShiftKey(WindowsKeycodes.VK_RSHIFT, state)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue