Skip to content

Add callback to handle BackSpace keypress for vtkContourWidget interaction

Yumin Yuan requested to merge yumin/vtk:contourwidget-backspace-key into master

A new callback method is added to vtkContourWidget so that it will also handle the BackSpace keypress as Delete action. This is helpful especially on a Mac keyboard where only BackSpace key is available, and user has to press fn+BackSpace together to function as Delete.

Merge request reports