SukkoPera/PsxNewLib

Multitap buttonPressed

petanque opened this issue · 2 comments

I have tried your devel branch to test multitap and it works as expected over the serial port.
I want to make a joystick like in your master branch but then found that buttonPressed is not part of the devel branch, is this something you plan to add in the future?

I found out how it could be added by comparing with the master branch so I'm closing this issue.
Thank you for making this.

The function is still there but it has been moved to the PsxControllerData class, you don't need to add anything. To learn how to work with the multitap, please see the MultiTapTest example.