MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / mouseDown

Method mouseDown

Source/UIComponents/CtrlrComponents/CtrlrComponent.cpp:187–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185}
186
187void CtrlrComponent::mouseDown(const MouseEvent &e)
188{
189 if (mouseDownCbk && !mouseDownCbk.wasObjectDeleted())
190 {
191 if (mouseDownCbk->isValid())
192 {
193 owner.getOwnerPanel().getCtrlrLuaManager().getMethodManager().call (mouseDownCbk, this, e);
194 }
195 }
196}
197
198int CtrlrComponent::snapDim(int dim)
199{

Callers

nothing calls this directly

Calls 2

isValidMethod · 0.45
callMethod · 0.45

Tested by

no test coverage detected