------------------------------------------------------------------ ForceEnableAutoCenter Purpose: Enables autocentering on the joystick ------------------------------------------------------------------
| 300 | // Enables autocentering on the joystick |
| 301 | // ------------------------------------------------------------------ |
| 302 | void ForceEnableAutoCenter(void) { |
| 303 | if (D3Force_init) { |
| 304 | D3Force_auto_center = true; |
| 305 | |
| 306 | ddio_ffjoy_EnableAutoCenter(kJoy1, true); |
| 307 | } |
| 308 | } |
| 309 | |
| 310 | // ------------------------------------------------------------------ |
| 311 | // ForceIsEnabled |
no test coverage detected