Does vtk.js have any plans to support pointer event?

I’m using vtk.js just fine. Thank you very much.

We are currently implementing gestures and pen actions on tablet devices.
It seems that vtk.js supports touch+mouse events.
I think this alone should be enough to support gestures.

My question is, Is it possible for the pen function to be sufficiently supported by touch event alone? Does vtk.js have any plans to support pointer event?

vtk.js does support gesture. I’m not sure about pointer events, since we don’t have such device.
But PR are welcome for adding such feature in the RenderWindowInteractor.