예제 #1
0
 public DefaultJoystickValueAttribute( JoystickAxes axis, JoystickAxisFilters filter )
 {
     value = new GameControlsManager.SystemJoystickValue( axis, filter );
 }
예제 #2
0
 public DefaultJoystickValueAttribute( JoystickPOVs pov, JoystickPOVDirections direction )
 {
     value = new GameControlsManager.SystemJoystickValue( pov, direction );
 }
예제 #3
0
 //
 public DefaultJoystickValueAttribute( JoystickButtons button )
 {
     value = new GameControlsManager.SystemJoystickValue( button );
 }