Add a few more scan codes.
This commit is contained in:
@@ -319,6 +319,9 @@ namespace Dashboard.OpenTK.PAL2
|
|||||||
Scancode.DownArrow => ScanCode.DownArrow,
|
Scancode.DownArrow => ScanCode.DownArrow,
|
||||||
Scancode.LeftArrow => ScanCode.LeftArrow,
|
Scancode.LeftArrow => ScanCode.LeftArrow,
|
||||||
Scancode.RightArrow => ScanCode.RightArrow,
|
Scancode.RightArrow => ScanCode.RightArrow,
|
||||||
|
Scancode.Spacebar => ScanCode.Space,
|
||||||
|
Scancode.LeftShift => ScanCode.LShift,
|
||||||
|
Scancode.RightShift => ScanCode.RShift,
|
||||||
_ => (ScanCode)0,
|
_ => (ScanCode)0,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user