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

Method mouseMove

Source/UIComponents/CtrlrComponents/CtrlrComponent.cpp:215–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213}
214
215void CtrlrComponent::mouseMove (const MouseEvent &e)
216{
217 if (mouseMoveCbk && !mouseMoveCbk.wasObjectDeleted())
218 {
219 if (mouseMoveCbk->isValid())
220 {
221 owner.getOwnerPanel().getCtrlrLuaManager().getMethodManager().call (mouseMoveCbk, this, e);
222 }
223 }
224}
225
226void CtrlrComponent::mouseDrag (const MouseEvent &e)
227{

Callers

nothing calls this directly

Calls 2

isValidMethod · 0.45
callMethod · 0.45

Tested by

no test coverage detected