| 246 | } |
| 247 | |
| 248 | void CycleSelectionMouseTool::performPointSelection(SelectionVolume& volume, selection::SelectionSystem::EModifier modifier) |
| 249 | { |
| 250 | GlobalSelectionSystem().selectPoint(volume, modifier, selectFacesOnly()); |
| 251 | } |
| 252 | |
| 253 | void CycleSelectionMouseTool::testSelect(MouseTool::Event& ev) |
| 254 | { |
nothing calls this directly
no test coverage detected