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