Ho to check for left button single click event vs click and drag event

Hello,

You first need to derive vtkInteractorStyleTrackballCamera to “forward the event to the superclass”. C# certainly has an inheritance mechanism.

best,

PC