Hello, I am trying to use GLFW3 with emscripten and I am getting event listeners are null errors on line (inside `_glfwInit()` in generated JS): ```js Module["canvas"].addEventListener("touchmove", GLFW.onMousemove, true); ``` Here `GLFW.onMousemove` seems to be null. Note that, I have tried adding `glfwSetCursorPosCallback();` but the error is still there.
I don't have any idea on what to try to solve this, but I can provide with any additional info if you need. -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to emscripten-discuss+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/emscripten-discuss/cdeaa891-0db7-47de-a06f-25720778d77cn%40googlegroups.com.