MCPcopy Create free account
hub / github.com/axmolengine/axmol / handleTouchesMove

Method handleTouchesMove

core/platform/RenderView.cpp:348–351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

346}
347
348void RenderView::handleTouchesMove(int num, intptr_t ids[], float xs[], float ys[])
349{
350 handleTouchesMove(num, ids, xs, ys, nullptr, nullptr);
351}
352
353void RenderView::handleTouchesMove(int num, intptr_t ids[], float xs[], float ys[], float fs[], float ms[])
354{

Calls 7

transformInputYFunction · 0.85
getInstanceFunction · 0.85
findMethod · 0.45
endMethod · 0.45
emplace_backMethod · 0.45
emptyMethod · 0.45
dispatchEventMethod · 0.45

Tested by

no test coverage detected