mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-06 22:25:41 +12:00
Added note about controller and touch
This commit is contained in:
parent
0cc746267e
commit
f07d2c23b6
1 changed files with 4 additions and 0 deletions
|
@ -46,6 +46,7 @@ cmake .. -DCMAKE_BUILD_TYPE=Release # Set up compilers etc here if you'd like
|
||||||
Simply drag and drop a ROM to the executable if supported, or invoke the executable from the command line with the path to the ROM as the first argument.
|
Simply drag and drop a ROM to the executable if supported, or invoke the executable from the command line with the path to the ROM as the first argument.
|
||||||
|
|
||||||
## Controls
|
## Controls
|
||||||
|
Keyboard & Mouse
|
||||||
- Up button W
|
- Up button W
|
||||||
- Down button S
|
- Down button S
|
||||||
- Left button A
|
- Left button A
|
||||||
|
@ -58,6 +59,9 @@ Simply drag and drop a ROM to the executable if supported, or invoke the executa
|
||||||
- R button P
|
- R button P
|
||||||
- Start button Enter
|
- Start button Enter
|
||||||
- Select button Backspace
|
- Select button Backspace
|
||||||
|
- Touch Screen Left click
|
||||||
|
|
||||||
|
Panda3DS also supports controller input using the SDL2 GameController API.
|
||||||
|
|
||||||
# Acknowledgements
|
# Acknowledgements
|
||||||
- [3DBrew](https://www.3dbrew.org/wiki/Main_Page), a wiki full of 3DS information and the main source of documentation used.
|
- [3DBrew](https://www.3dbrew.org/wiki/Main_Page), a wiki full of 3DS information and the main source of documentation used.
|
||||||
|
|
Loading…
Add table
Reference in a new issue