Code: Select all
if GETJOYSTICK(n)=0 then
I can use raw inputs but there's too much work to do. And we don't have some HID functions and structures to do this easily.
Is there a way to init gamepad on plug?
Code: Select all
if GETJOYSTICK(n)=0 then
Thanks. It's very small project - I don't want to use any frameworks like SDL2.