예제 #1
0
 // Set the Aiming controls to the specified joystick
 public void SetAimJoyStick(JoyStickCode joyStickCode)
 {
     aimJoyStick = joyStickCode;
 }
예제 #2
0
 // Set the Movement controls to the specified joystick
 public void SetMoveJoyStick(JoyStickCode joyStickCode)
 {
     moveJoyStick = joyStickCode;
 }