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

Hi, Daniel,

Do you extend vtkInteractorStyleTrackballCamera? If so, you need to forward the event to the superclass: vtkInteractorStyleTrackballCamera::OnLeftButtonDown(); in your class if you wish to maintain the original behavior in addition to the one of your code.

regards,

Paulo