MCPcopy Create free account
hub / github.com/Kitware/VTK / OnLeftButtonUp

Method OnLeftButtonUp

Interaction/Style/vtkInteractorStyleFlight.cxx:249–263  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

247
248//------------------------------------------------------------------------------
249void vtkInteractorStyleFlight::OnLeftButtonUp()
250{
251 switch (this->State)
252 {
253 case VTKIS_FORWARDFLY:
254 this->EndForwardFly();
255 break;
256 default:
257 break;
258 }
259 if (this->Interactor)
260 {
261 this->ReleaseFocus();
262 }
263}
264
265//------------------------------------------------------------------------------
266void vtkInteractorStyleFlight::OnMiddleButtonDown() {}

Callers

nothing calls this directly

Calls 2

EndForwardFlyMethod · 0.95
ReleaseFocusMethod · 0.45

Tested by

no test coverage detected