MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / getTouchHandler

Method getTouchHandler

Source/Node/Node.cpp:747–749  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

745}
746
747TouchHandler* Node::getTouchHandler() const noexcept {
748 return _touchHandler.get();
749}
750
751Node::UpdateItem* Node::getUpdateItem() {
752 if (!_updateItem) {

Callers 2

registerTouchHandlerFunction · 0.45
handleTouchEventsMethod · 0.45

Calls 1

getMethod · 0.65

Tested by

no test coverage detected