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