diff --git a/Working-for-Web-(HTML5).md b/Working-for-Web-(HTML5).md index 37dc0fa..30f3e0d 100644 --- a/Working-for-Web-(HTML5).md +++ b/Working-for-Web-(HTML5).md @@ -294,6 +294,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!!!**