MCPcopy Create free account
hub / github.com/comaps/comaps / GetTouch

Function GetTouch

dev_sandbox/main.cpp:99–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97} handlers;
98
99df::Touch GetTouch(double x, double y)
100{
101 return df::Touch{.m_location = m2::PointF(static_cast<float>(x), static_cast<float>(y)), .m_id = 0};
102}
103
104df::Touch GetSymmetricalTouch(Framework & framework, df::Touch const & touch)
105{

Callers 1

GetTouchEventFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected