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

Method mouseDoubleClick

Source/UIComponents/CtrlrComponents/CtrlrComponent.cpp:176–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174}
175
176void CtrlrComponent::mouseDoubleClick(const MouseEvent &e)
177{
178 if (mouseDoubleClickCbk && !mouseDoubleClickCbk.wasObjectDeleted())
179 {
180 if (mouseDoubleClickCbk->isValid())
181 {
182 owner.getOwnerPanel().getCtrlrLuaManager().getMethodManager().call (mouseDoubleClickCbk, this, e);
183 }
184 }
185}
186
187void CtrlrComponent::mouseDown(const MouseEvent &e)
188{

Callers

nothing calls this directly

Calls 2

isValidMethod · 0.45
callMethod · 0.45

Tested by

no test coverage detected