examples: Added input/03-gamepad-polling

This commit is contained in:
Ryan C. Gordon
2025-09-06 23:03:04 -04:00
parent 25d9096d41
commit cf92ef7994
5 changed files with 225 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
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.