Beispiel #1
0
 public VirtualJoystickYTrigger(VirtualJoystick joystick, ThresholdModes mode, float threshold)
 {
     this.joystick = joystick;
     Mode          = mode;
     Threshold     = threshold;
 }
Beispiel #2
0
 public VirtualIntegerAxisTrigger(VirtualIntegerAxis axis, ThresholdModes mode, int threshold)
 {
     this.axis = axis;
     Mode      = mode;
     Threshold = threshold;
 }
Beispiel #3
0
 public VirtualAxisTrigger(VirtualAxis axis, ThresholdModes mode, float threshold)
 {
     this.axis = axis;
     Mode      = mode;
     Threshold = threshold;
 }
Beispiel #4
0
 public VirtualJoystickYTrigger(VirtualJoystick joystick, ThresholdModes mode, float threshold)
 {
 }
Beispiel #5
0
 public VirtualIntegerAxisTrigger(VirtualIntegerAxis axis, ThresholdModes mode, int threshold)
 {
 }
Beispiel #6
0
 public VirtualAxisTrigger(VirtualAxis axis, ThresholdModes mode, float threshold)
 {
 }