MCPcopy Create free account
hub / github.com/codereader/DarkRadiant / performPointSelection

Method performPointSelection

radiant/selection/SelectionMouseTools.cpp:248–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246}
247
248void CycleSelectionMouseTool::performPointSelection(SelectionVolume& volume, selection::SelectionSystem::EModifier modifier)
249{
250 GlobalSelectionSystem().selectPoint(volume, modifier, selectFacesOnly());
251}
252
253void CycleSelectionMouseTool::testSelect(MouseTool::Event& ev)
254{

Callers

nothing calls this directly

Calls 1

selectPointMethod · 0.45

Tested by

no test coverage detected