//******************** show how to Enable/Disable Controllers while in game private void InvokedFunc1() { ControllerHub.ControllerSwitcher(false); }
private void InvokedFunc3() { ControllerHub.ControllerSwitcher(false, "JoyArea"); }
private void InvokedFunc4() { ControllerHub.ControllerSwitcher(true, "JoyArea"); }
private void InvokedFunc2() { ControllerHub.ControllerSwitcher(true); }