Mouseclick/drag events in Mesh3D

I’ve noticed that the mouse interaction with mesh3d is connected

  • mousemove → hover
  • mousedrag → pan/zoom/rotate

Is there any way to disable this default mouse event behaviour and can we code different callback behaviours based on those mouse events?