SDL/examples/input/03-gamepad-polling
2025-09-06 23:03:04 -04:00
..
gamepad-polling.c examples: Added input/03-gamepad-polling 2025-09-06 23:03:04 -04:00
onmouseover.webp examples: Added input/03-gamepad-polling 2025-09-06 23:03:04 -04:00
README.txt examples: Added input/03-gamepad-polling 2025-09-06 23:03:04 -04:00
thumbnail.png examples: Added input/03-gamepad-polling 2025-09-06 23:03:04 -04:00

This example code looks for the current gamepad state once per frame,
and draws a visual representation of it. See 01-joystick-polling for the
equivalent example code for the lower-level joystick API.