Handle touch events in wasm interactor
- Handle touch[start,end,move,cancel] events
- Return
EM_TRUEinstead of0in 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)