Joystick input on a RaspberryPi

6 views
Skip to first unread message

Ted Coursen

unread,
Dec 3, 2016, 8:14:55 PM12/3/16
to Kivy users support
Is there a way to get Joystick events on a raspberry pi.

I have an app that works perfectly fine on a linux desktop.  In that app I capture the joystick events like :

 Window.bind(on_joy_button_up=self.on_joy_button_up,
                    on_joy_axis = self.on_joy_axis,
                    on_joy_hat = self.on_joy_hat )


However, on the Rpi I get nothing from these events.  Do I need to configure something in the kivy config.ini file?
Reply all
Reply to author
Forward
0 new messages