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

Method getPointerCount

snap_drawing/src/snap_drawing/cpp/Touches/TouchEvent.cpp:54–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54size_t TouchEvent::getPointerCount() const {
55 return _pointerCount;
56}
57
58size_t TouchEvent::getActionIndex() const {
59 return _actionIndex;

Callers 12

shouldStartMoveMethod · 0.80
shouldContinueMoveMethod · 0.80
onPointerChangeMethod · 0.80
shouldStartMoveMethod · 0.80
shouldContinueMoveMethod · 0.80
shouldStartMoveMethod · 0.80
shouldContinueMoveMethod · 0.80
onPointerChangeMethod · 0.80
shouldContinueMoveMethod · 0.80
makeMoveEventMethod · 0.80
refreshTouchesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected