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