From 12035ca7cc5122dd174bb6ce112ae053d74578c4 Mon Sep 17 00:00:00 2001 From: Hephaestus Date: Sun, 31 Jul 2022 15:18:45 -0700 Subject: [PATCH] Added an 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 481f726..37dc0fa 100644 --- a/Working-for-Web-(HTML5).md +++ b/Working-for-Web-(HTML5).md @@ -293,4 +293,7 @@ wasm-ld: error: unknown file type: rglfw.o ``` A: That's because it includes symbols from a previous compilation. Just delete all generated .o and `libraylib.a` and compile it again for web. +Q: Mouse Input not being detected? +A: Be sure that the Input Detection is in front of the Frame Draw. For some reason input isn't detected after the frame has been drawn. + **Please, feel free to add here your FAQ/Issues to help others!!!**