driver_leap icon indicating copy to clipboard operation
driver_leap copied to clipboard

Controller Support

Open itguy327 opened this issue 1 year ago • 3 comments

I have a Steam Controller & XBOX Controller. Is there a way to get those working.

Thank you for your work, it is appreciated

itguy327 avatar Jun 14 '24 18:06 itguy327

I have no knowledge how to get input states from those controllers. For now it's matter of someone making pull request for this specific feature.

SDraw avatar Jun 15 '24 06:06 SDraw

Thank you again for your work

On Sat, Jun 15, 2024, 02:47 SDraw @.***> wrote:

I have no knowledge how to get input states from those controllers. For now it's matter of someone making pull request for this specific feature.

— Reply to this email directly, view it on GitHub https://github.com/SDraw/driver_leap/issues/6#issuecomment-2169165033, or unsubscribe https://github.com/notifications/unsubscribe-auth/AATOIGC6S57JH4HZK2U4OQTZHPPO7AVCNFSM6AAAAABJK2M5KCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNRZGE3DKMBTGM . You are receiving this because you authored the thread.Message ID: @.***>

itguy327 avatar Jun 15 '24 12:06 itguy327

how to get input states from those controllers

Assuming you've got an xbox controller plugged in, all you'd really need to do is read the controller using an XINPUT library, should be easier then joycon support too. Steam controller is a lot more complex, but doable, but then again, is it worth the trouble of supporting something that less than 5% of steam users own?

SupertoineFR avatar Jul 14 '24 22:07 SupertoineFR