Game Controller Support

arcade.get_game_controllers

arcade.get_game_controllers() List[pyglet.input.base.Joystick][source]

Get a list of all the game controllers

Returns

List of game controllers

arcade.get_joysticks

arcade.get_joysticks() List[pyglet.input.base.Joystick][source]

Get a list of all the game controllers

This is an alias of get_game_controllers, which is better worded.

Returns

List of game controllers