| 113 | } |
| 114 | |
| 115 | int32_t WindowGetMouseWheel(HWindow window) |
| 116 | { |
| 117 | return dmPlatform::GetMouseWheel(window); |
| 118 | } |
| 119 | |
| 120 | void WindowGetMousePosition(HWindow window, int32_t* x, int32_t* y) |
| 121 | { |
nothing calls this directly
no test coverage detected