| 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 | { |
nothing calls this directly
no test coverage detected