Skip to content

Handle touch events in wasm interactor

Michael Migliore requested to merge michael.migliore/vtk:touch-wasm into master
  • Handle touch[start,end,move,cancel] events
  • Return EM_TRUE instead of 0 in all event callbacks to prevent default behavior (e.g. when using mouse wheel to zoom when the mouse is inside the canvas, we do not want to scroll the page at the same time)

Merge request reports