| 145 | } |
| 146 | |
| 147 | bool GetAcceleration(HWindow window, float* x, float* y, float* z) |
| 148 | { |
| 149 | if (x) *x = 0.0f; |
| 150 | if (y) *y = 0.0f; |
| 151 | if (z) *z = 0.0f; |
| 152 | return false; |
| 153 | } |
| 154 | |
| 155 | const char* GetJoystickDeviceName(HWindow window, uint32_t joystick_index) |
| 156 | { |
no outgoing calls
no test coverage detected