I want suggestions on HID device integration in JUCE projects. I want to connect and use gaming controllers (Xbox, PS controllers) in my JUCE applications.
Is that possible and if so, what are the steps I need to follow to do so?
Which platforms? Windows? Mobile? iOS-only? This is a very thorny question, and each platform has their requirements … so I guess you’re going to want a multi-platform approach. You could probably assess whether or not libstem_gamepad is suitable for the task, and let us know your findings …
EDIT: see also OIS:
Would be interested to follow your breadcrumb trail through this as you evaluate things …
1 Like
Thanks. I’ll look into this.