aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Input.SDL2/SDL2Keyboard.cs
AgeCommit message (Collapse)Author
2021-05-21input: Implement a SDL2 keyboard backend (#2277)Mary
* input: Implement a SDL2 keyboard backend Add a new keyboard backend to the Ryujinx.Input.SDL2 project. This is currently unused. * Address Ac_k's comments * Address gdkchan's comments