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!!!**