Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
58
size_t TouchEvent::getActionIndex() const {
59
return _actionIndex;
60
}
61
62
const Point& TouchEvent::getLocationByPointer(size_t pointer) const {
63
SC_ASSERT(pointer < _pointerLocations.size());
Callers
1
refreshTouches
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected