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

Method GetMousePosition

Rendering/UI/vtkXRenderWindowInteractor.cxx:1065–1069  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1063
1064//------------------------------------------------------------------------------
1065void vtkXRenderWindowInteractor::GetMousePosition(int* x, int* y)
1066{
1067 unsigned int keys;
1068 this->GetMousePositionAndModifierKeysState(x, y, &keys);
1069}
1070
1071//------------------------------------------------------------------------------
1072void vtkXRenderWindowInteractor::GetMousePositionAndModifierKeysState(

Callers 1

DispatchEventMethod · 0.95

Tested by

no test coverage detected