Missing import information in camera and sdl2 controller modules documentationย #3922
Open
Description
To initialize sdl2 controller and camera modules it is necessary to import it first, but you can use joystick module without importing. I have not found any information about need of importing it in documentation.
https://www.pygame.org/docs/ref/sdl2_controller.html
https://www.pygame.org/docs/ref/camera.html
https://www.pygame.org/docs/ref/joystick.html