C# Class JoystickAxis, KerbTrack

Datei anzeigen 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_oe property

public bool Absolute
return bool

AxisId public_oe property

public int AxisId
return int

Inverted public_oe property

public bool Inverted
return bool

JoystickId public_oe property

public int JoystickId
return int