| 140 | } |
| 141 | |
| 142 | uint32_t GetTouchData(HWindow window, WindowTouchData* touch_data, uint32_t touch_data_count) |
| 143 | { |
| 144 | return 0; |
| 145 | } |
| 146 | |
| 147 | bool GetAcceleration(HWindow window, float* x, float* y, float* z) |
| 148 | { |
no outgoing calls
no test coverage detected