Hi, As of now, Firefox uses DOMMouseScroll and Chrome uses mousewheel but the Canvas object in ProxyWorker.js does not seem to have a onwheel or onmousewheel event defined . I was checking out _emscripten_set_wheel_callback and it seems that we only support the 'wheel' and 'mousewheel' event so we can't really register for a DOMMouseScroll event.
Would it make sense to add the 'wheel' event to ProxyClient.js and the onwheel event to the Canvas object in ProxyWorker.js? -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
