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 8ce4b7e commit fd6a961Copy full SHA for fd6a961
tcod/sdl/joystick.py
@@ -375,7 +375,7 @@ def get_controllers() -> List[GameController]:
375
return [GameController._open(i) for i in range(_get_number()) if lib.SDL_IsGameController(i)]
376
377
378
-def get_all() -> List[Union[Joystick, GameController]]:
+def _get_all() -> List[Union[Joystick, GameController]]:
379
"""Return a list of all connected joystick or controller devices.
380
381
If the joystick has a controller mapping then it is returned as a :any:`GameController`.
0 commit comments