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

Method mouseMove

Source/UIComponents/CtrlrComponents/CtrlrCustomComponent.cpp:103–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103void CtrlrCustomComponent::mouseMove (const MouseEvent &e)
104{
105 if (mouseMoveCbk && !mouseMoveCbk.wasObjectDeleted())
106 {
107 if (mouseMoveCbk->isValid())
108 {
109 owner.getOwnerPanel().getCtrlrLuaManager().getMethodManager().call (mouseMoveCbk, this, e);
110 }
111 }
112}
113
114void CtrlrCustomComponent::mouseDown (const MouseEvent &e)
115{

Callers

nothing calls this directly

Calls 2

isValidMethod · 0.45
callMethod · 0.45

Tested by

no test coverage detected