C# Class MissionPlanner.Joystick.MyJoystickState

Exibir arquivo Open project: ArduPilot/MissionPlanner Class Usage Examples

Public Methods

Method Description
GetButtons ( ) : bool[]
GetPointOfView ( ) : int[]
GetSlider ( ) : int[]
MyJoystickState ( JoystickState state ) : System

Method Details

GetButtons() public method

public GetButtons ( ) : bool[]
return bool[]

GetPointOfView() public method

public GetPointOfView ( ) : int[]
return int[]

GetSlider() public method

public GetSlider ( ) : int[]
return int[]

MyJoystickState() public method

public MyJoystickState ( JoystickState state ) : System
state JoystickState
return System