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

Function WindowGetAcceleration

engine/platform/src/window.cpp:130–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128 }
129
130 bool WindowGetAcceleration(HWindow window, float* x, float* y, float* z)
131 {
132 return dmPlatform::GetAcceleration(window, x, y, z);
133 }
134
135 bool WindowGetSafeArea(HWindow window, WindowSafeArea* out)
136 {

Callers

nothing calls this directly

Calls 1

GetAccelerationFunction · 0.70

Tested by

no test coverage detected