C# Class MissionPlanner.Joystick.MyJoystickState

Afficher le fichier Open project: ArduPilot/MissionPlanner Class Usage Examples

Méthodes publiques

Méthode Description
GetButtons ( ) : bool[]
GetPointOfView ( ) : int[]
GetSlider ( ) : int[]
MyJoystickState ( JoystickState state ) : System

Method Details

GetButtons() public méthode

public GetButtons ( ) : bool[]
Résultat bool[]

GetPointOfView() public méthode

public GetPointOfView ( ) : int[]
Résultat int[]

GetSlider() public méthode

public GetSlider ( ) : int[]
Résultat int[]

MyJoystickState() public méthode

public MyJoystickState ( JoystickState state ) : System
state JoystickState
Résultat System