From 9ca5ae89242917522684b929694bf7e4cc545431 Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Wed, 20 Nov 2019 10:50:57 -0800 Subject: [PATCH] gamepad state -> gamepad data --- index.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.bs b/index.bs index 59625d8..bb81b4c 100644 --- a/index.bs +++ b/index.bs @@ -177,7 +177,7 @@ The [=XRFrame/apply frame updates=] steps are modified to include [=apply gamepa To apply gamepad frame updates 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=].