From b6605c61d1108ae64b5cbe1efcd79487f8452954 Mon Sep 17 00:00:00 2001 From: Farbs Date: Thu, 12 Feb 2026 12:09:37 +1100 Subject: [PATCH] Added mouse lock after Escape issue to FAQ --- Working-for-Web-(HTML5).md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Working-for-Web-(HTML5).md b/Working-for-Web-(HTML5).md index 4f25a38..67368c2 100644 --- a/Working-for-Web-(HTML5).md +++ b/Working-for-Web-(HTML5).md @@ -364,6 +364,9 @@ A: This seems to have two causes: } } ``` +Q: DisableCursor doesn't work after Escape pressed? + +A: Browsers don't allow cursor lock immediately after an unlock user gesture, but they will after 1-2 seconds. **Please, feel free to add here your FAQ/Issues to help others!!!**