MCPcopy Create free account
hub / github.com/defold/defold / WindowGetTouchData

Function WindowGetTouchData

engine/platform/src/window.cpp:125–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123 }
124
125 uint32_t WindowGetTouchData(HWindow window, WindowTouchData* touch_data, uint32_t touch_data_count)
126 {
127 return dmPlatform::GetTouchData(window, touch_data, touch_data_count);
128 }
129
130 bool WindowGetAcceleration(HWindow window, float* x, float* y, float* z)
131 {

Callers

nothing calls this directly

Calls 1

GetTouchDataFunction · 0.70

Tested by

no test coverage detected