From 3488c7c3a91203d261b5fc822590624d59f79bcd Mon Sep 17 00:00:00 2001 From: Matt Reynolds Date: Fri, 10 May 2024 14:10:25 -0700 Subject: [PATCH] Require system focus for gamepad user gesture Closes #206 --- index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 8ca6304..62809d9 100644 --- a/index.html +++ b/index.html @@ -511,7 +511,9 @@

object=]'s {{Navigator}} object.
  • If |navigator|.{{Navigator/[[hasGamepadGesture]]}} is `false` and - |gamepad| [=contains a gamepad user gesture=]: + |navigator|'s [=top-level traversable=] has [=top-level + traversable/system focus=] and |gamepad| [=contains a gamepad user + gesture=]:
    1. Set |navigator|.{{Navigator/[[hasGamepadGesture]]}} to `true`.