mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-29 09:18:43 +00:00
examples/input/03-gamepad-polling: Added some README notes about the web.
This commit is contained in:
parent
bab4bb3817
commit
cfa31df2d5
1 changed files with 9 additions and 1 deletions
|
|
@ -1,3 +1,11 @@
|
|||
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.
|
||||
equivalent example code for the lower-level joystick API.
|
||||
|
||||
Please note that on the web, gamepads don't show up until you interact with
|
||||
them, so press a button to "connect" the controller.
|
||||
|
||||
Also note that on the web, gamepad triggers are treated as buttons (either
|
||||
pressed or not) instead of axes (pressed 0 to 100 percent). This is a web
|
||||
issue, not an SDL limitation.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue