Public function to turn off XInput and DirectInput Controllers.
| 42 | /// Public function to turn off XInput and DirectInput Controllers. |
| 43 | /// </summary> |
| 44 | void DisableControllers::DisableControllers() { |
| 45 | LOG_INFO("Disabling Controllers..." << std::endl); |
| 46 | |
| 47 | XInput(); |
| 48 | DirectInput(); |
| 49 | |
| 50 | LOG_INFO("DI8-Pointer: " << DirectInputPointer << std::endl); |
| 51 | } |
nothing calls this directly
no test coverage detected