| 118 | } |
| 119 | |
| 120 | void WindowGetMousePosition(HWindow window, int32_t* x, int32_t* y) |
| 121 | { |
| 122 | dmPlatform::GetMousePosition(window, x, y); |
| 123 | } |
| 124 | |
| 125 | uint32_t WindowGetTouchData(HWindow window, WindowTouchData* touch_data, uint32_t touch_data_count) |
| 126 | { |
nothing calls this directly
no test coverage detected