Pinball Controller/Keyboard

Adafruit's tiny microcontroller platform. Please tell us which board you are using.
For CircuitPython issues, ask in the Adafruit CircuitPython forum.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
ale8oneboy
 
Posts: 2
Joined: Thu Nov 13, 2014 9:32 am

Pinball Controller/Keyboard

Post by ale8oneboy »

I'm working on making a video pinball controller interface out of my Trinket 16mhz (using the keyboard library). However I'm having trouble with registering multiple keys down for (flippers). etc. Could anyone give me some hints on the logic?

Thanks

User avatar
adafruit2
 
Posts: 22148
Joined: Fri Mar 11, 2005 7:36 pm

Re: Pinball Controller/Keyboard

Post by adafruit2 »

you should be able to pressKey() for multiple (up to 6!) keycodes, see

https://github.com/adafruit/Adafruit-Tr ... yboard.cpp

Locked
Please be positive and constructive with your questions and comments.

Return to “Trinket ATTiny, Trinket M0”