------------------------------------------------------------------ ForceEnable Purpose: Enables Force Feedback that has been previously disabled ------------------------------------------------------------------
| 274 | // Enables Force Feedback that has been previously disabled |
| 275 | // ------------------------------------------------------------------ |
| 276 | void ForceEnable(void) { |
| 277 | if (D3Force_init) { |
| 278 | mprintf(0, "Force: Enabling Force Feedback System\n"); |
| 279 | //@@ddio_ffb_Enable(kJoy1); |
| 280 | D3Use_force_feedback = true; |
| 281 | } |
| 282 | } |
| 283 | |
| 284 | // ------------------------------------------------------------------ |
| 285 | // ForceDisableAutoCenter |
no outgoing calls
no test coverage detected