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

Function GetTouchData

engine/platform/src/platform_window_null.cpp:142–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140 }
141
142 uint32_t GetTouchData(HWindow window, WindowTouchData* touch_data, uint32_t touch_data_count)
143 {
144 return 0;
145 }
146
147 bool GetAcceleration(HWindow window, float* x, float* y, float* z)
148 {

Callers 2

WindowGetTouchDataFunction · 0.70
UpdateFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected