Disable DirectInput controllers. Currently not working
| 35 | /// Disable DirectInput controllers. Currently not working |
| 36 | /// </summary> |
| 37 | void DirectInput() { |
| 38 | MemUtil::PlaceHook(Offsets::hookAddr_DirectInput8, hook_DirectInput, 5); |
| 39 | } |
| 40 | |
| 41 | /// <summary> |
| 42 | /// Public function to turn off XInput and DirectInput Controllers. |