mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-20 20:49:12 +12:00
Configurable keyboard mappings
This commit is contained in:
parent
27ad7b01f3
commit
e576e64736
9 changed files with 162 additions and 125 deletions
|
@ -10,6 +10,7 @@
|
|||
|
||||
namespace HID::Keys {
|
||||
enum : u32 {
|
||||
Null = 0,
|
||||
A = 1 << 0,
|
||||
B = 1 << 1,
|
||||
Select = 1 << 2,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue