aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Input.SDL2/SDLKeyboardDriver.cs
AgeCommit message (Collapse)Author
2023-04-27Move solution and projects to srcTSR Berry
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