| 134 | } |
| 135 | |
| 136 | void GetMousePosition(HWindow window, int32_t* x, int32_t* y) |
| 137 | { |
| 138 | if (x) *x = 0; |
| 139 | if (y) *y = 0; |
| 140 | } |
| 141 | |
| 142 | uint32_t GetTouchData(HWindow window, WindowTouchData* touch_data, uint32_t touch_data_count) |
| 143 | { |
no outgoing calls
no test coverage detected