MCPcopy Create free account
hub / github.com/Snapchat/Valdi / getActionIndex

Method getActionIndex

snap_drawing/src/snap_drawing/cpp/Touches/TouchEvent.cpp:58–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58size_t TouchEvent::getActionIndex() const {
59 return _actionIndex;
60}
61
62const Point& TouchEvent::getLocationByPointer(size_t pointer) const {
63 SC_ASSERT(pointer < _pointerLocations.size());

Callers 1

refreshTouchesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected