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

Method mouseDown

Source/UIComponents/CtrlrComponents/CtrlrCustomComponent.cpp:114–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114void CtrlrCustomComponent::mouseDown (const MouseEvent &e)
115{
116 if (mouseDownCbk && !mouseDownCbk.wasObjectDeleted())
117 {
118 if (mouseDownCbk->isValid())
119 {
120 owner.getOwnerPanel().getCtrlrLuaManager().getMethodManager().call (mouseDownCbk, this, e);
121 }
122 }
123}
124
125void CtrlrCustomComponent::mouseUp (const MouseEvent &e)
126{

Callers

nothing calls this directly

Calls 2

isValidMethod · 0.45
callMethod · 0.45

Tested by

no test coverage detected