コード例 #1
0
 private float GetButtonValue(GamepadButton button)
 {
     return(JoystickButton.GetButtonValue(button) ? 1 : 0);
 }