I've successfully used the Joystick library on my Leonardo to make a game controller.
I eventually want to do the same on my RP Pico. The CircuitPython implementation is limited and the Joystick library won't compile for Pico which I assume is due to the MBed foundation.
I've been trying to get it working with the MBed 2.0 USBHID implementation without success. In fact even using the included USBMouse won't work. I can create the object but calling mouse.move causes the Pico to hang.
Has anyone else had success with the Pico and USBHID?