C# Class JoystickAxis, KerbTrack

Show file Open project: pizzaoverhead/KerbTrack Class Usage Examples

Public Properties

Property Type Description
Absolute bool
AxisId int
Inverted bool
JoystickId int

Public Methods

Method Description
JoystickAxis ( int joystickId, int axisId, bool inverted, bool absolute ) : System

Method Details

JoystickAxis() public method

public JoystickAxis ( int joystickId, int axisId, bool inverted, bool absolute ) : System
joystickId int
axisId int
inverted bool
absolute bool
return System

Property Details

Absolute public property

public bool Absolute
return bool

AxisId public property

public int AxisId
return int

Inverted public property

public bool Inverted
return bool

JoystickId public property

public int JoystickId
return int