We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c5d3e5 commit bf7bc39Copy full SHA for bf7bc39
programming/hardware-support/joystick-support.rst
@@ -60,7 +60,7 @@ The device that needs to be passed to this function can be obtained using
60
:meth:`self.devices.get_devices() <.InputDeviceManager.get_devices>`, which will
61
give you all devices of a given device class.
62
After the device has been attached, you can catch events like for example,
63
-``"[prefix]_face_a"`` which will be thrown
+``"[prefix]-face_a"`` which will be thrown
64
whenever the 'A' button on the device with the specified prefix is hit. As
65
with keyboard support, there also is the '-up' postfix which can be added to
66
catch the event which will be thrown when a previously pressed button is
0 commit comments