Skip to content

Commit

Permalink
feat: add scancode support WIP 3
Browse files Browse the repository at this point in the history
  • Loading branch information
CHiPs44 committed Oct 28, 2023
1 parent bc208ba commit 4d912a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/event.rs
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ pub enum Scan {
Right, Left, Down, Up, NumLock, KpDivide, KpMultiply, KpMinus, KpPlus, KpEnter, Kp1, Kp2, Kp3,
Kp4, Kp5, Kp6, Kp7, Kp8, Kp9, Kp0, KpPeriod, KpEquals, KpComma, LCtrl, LShift, LAlt, LGui,
RCtrl, RShift, RAlt, RGui,
// Added by CHiPs44
// Added from SDL_SCANCODE_XXXXXXX
NonUsHash, Apostrophe, Grave, NonUsBackslash, Application, Power, F13, F14, F15,
F16, F17, F18, F19, F20, F21, F22, F23, F24, Execute, Help, Menu, Select, Stop, Again, Undo,
Cut, Copy, Paste, Find, Mute, VolumeUp, VolumeDown, KpEqualsAS400, International1,
Expand Down

0 comments on commit 4d912a0

Please sign in to comment.