C# Class JoystickAxis, KerbTrack

Afficher le fichier Open project: pizzaoverhead/KerbTrack Class Usage Examples

Méthodes publiques

Свойство Type Description
Absolute bool
AxisId int
Inverted bool
JoystickId int

Méthodes publiques

Méthode Description
JoystickAxis ( int joystickId, int axisId, bool inverted, bool absolute ) : System

Method Details

JoystickAxis() public méthode

public JoystickAxis ( int joystickId, int axisId, bool inverted, bool absolute ) : System
joystickId int
axisId int
inverted bool
absolute bool
Résultat System

Property Details

Absolute public_oe property

public bool Absolute
Résultat bool

AxisId public_oe property

public int AxisId
Résultat int

Inverted public_oe property

public bool Inverted
Résultat bool

JoystickId public_oe property

public int JoystickId
Résultat int