how to zoom with scroll wheel through mouse pointer in "VTK"

I have developed an app to process 3D STL files. How to zoom in the screen towards the mouse pointer instead of the center of screen?

Hello,

Paraview has recently added such functionality. You can take a look at the respective code here;:https://gitlab.kitware.com/paraview/paraview/-/merge_requests/5564/diffs?commit_id=cdde10b3116d0508aae13e3fe2ac0cd58faaacb0

best,

PC