Added CD32 Start key mapping
New mapping for keyboard (built-in CD32 pad emulation) or Custom Controls
This commit is contained in:
parent
e52239ccf3
commit
914677fdb7
5 changed files with 61 additions and 33 deletions
|
@ -43,6 +43,12 @@
|
|||
*/
|
||||
#define VK_RShoulder SDL_SCANCODE_RCTRL
|
||||
|
||||
/*
|
||||
* Virtual Key for CD32 Start button
|
||||
* default: Pause/Break
|
||||
*/
|
||||
#define VK_Start SDL_SCANCODE_PAUSE
|
||||
|
||||
/*
|
||||
* Virtual Key for (up) button
|
||||
* default: UP (273)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue