MCPcopy Create free account
hub / github.com/Lovrom8/RSMods / DisableControllers

Method DisableControllers

DLL/Mods/DisableControllers.cpp:44–51  ·  view source on GitHub ↗

Public function to turn off XInput and DirectInput Controllers.

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

XInputFunction · 0.85
DirectInputFunction · 0.85

Tested by

no test coverage detected