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