Skip to content

Commit

Permalink
gamepad state -> gamepad data
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed Nov 21, 2019
1 parent e3b2238 commit 9ca5ae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ The [=XRFrame/apply frame updates=] steps are modified to include [=apply gamepa
To <dfn for=XRFrame>apply gamepad frame updates</dfn> for an {{XRFrame}} |frame|, the user agent MUST run the following steps:

1. For each {{XRInputSource}} with a {{XRInputSource/gamepad}} |gamepad| associated with |frame|'s {{XRFrame/session}}, perform the following steps:
1. Update |gamepad| to reflect the gamepad state at |frame|'s [=XRFrame/time=].
1. Update |gamepad| to reflect the gamepad data at |frame|'s [=XRFrame/time=].

</div>

Expand Down

0 comments on commit 9ca5ae8

Please sign in to comment.