Skip to content

Commit

Permalink
Update README to include bit about touchscreen image
Browse files Browse the repository at this point in the history
  • Loading branch information
MissingNO123 committed Oct 3, 2017
1 parent 9e0989c commit 86d2340
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Also supports remappable keyboard inputs.

Technically supports any DInput device (i.e. Windows joystick), or any device that PyGame supports (i.e. XBox 360 Controller), but is currently mapped for a Gamecube Controller via a USB adapter.

Also supports putting a picture over the touch screen to help with clicking on things. Put a picture named "home.jpg" in the images folder (or name your own by changing the source)

To remap controls, just edit the buttonMappings array or KBDButtons class in gamepad.py (or two.py if using multiple systems).

The buttonMappings array is a list of every button on your controller in order from 0 mapped to a 3DS button, so if you want button 0 on your controller to be button A on the 3DS, put `HIDButtons.A` first in the list.
Expand Down

0 comments on commit 86d2340

Please sign in to comment.