Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
54
size_t TouchEvent::getPointerCount() const {
55
return _pointerCount;
56
}
57
58
size_t TouchEvent::getActionIndex() const {
59
return _actionIndex;
Callers
12
convertAndDispatchTouchEvent
Method · 0.80
shouldStartMove
Method · 0.80
shouldContinueMove
Method · 0.80
onPointerChange
Method · 0.80
shouldStartMove
Method · 0.80
shouldContinueMove
Method · 0.80
shouldStartMove
Method · 0.80
shouldContinueMove
Method · 0.80
onPointerChange
Method · 0.80
shouldContinueMove
Method · 0.80
makeMoveEvent
Method · 0.80
refreshTouches
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected