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

Function fillPosition

valdi_core/src/valdi_core/cpp/Events/TouchEvents.cpp:25–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25void fillPosition(ValueMap& map, double x, double y) {
26 static auto xKey = STRING_LITERAL("x");
27 static auto yKey = STRING_LITERAL("y");
28 map[xKey] = Value(x);
29 map[yKey] = Value(y);
30}
31
32void fillOverscrollTension(ValueMap& map, double x, double y, double unclampedX, double unclampedY) {
33 static auto overscrollTensionXKey = STRING_LITERAL("overscrollTensionX");

Callers 2

fillEventFunction · 0.85
makeScrollEventMethod · 0.85

Calls 1

ValueClass · 0.50

Tested by

no test coverage detected