C# Class MultipleJoysticks.GameInput

Afficher le fichier Open project: FIRST1939/2016ScoutingSystem Class Usage Examples

Méthodes publiques

Méthode Description
GetSticks ( IMatchDisplay form ) : int
timer1_Tick ( object sender, EventArgs e ) : void

Private Methods

Méthode Description
NewMethod ( string buttons ) : StringBuilder
tm1939GetButtonMap ( bool inButtons, int iController ) : string
tm1939LoadController ( string controllername, int controllernumber ) : void
tm1939LoadSticks ( ) : void
tm1939StickHandlingLogic ( Joystick stick, int id ) : void

Method Details

GetSticks() public méthode

public GetSticks ( IMatchDisplay form ) : int
form IMatchDisplay
Résultat int

timer1_Tick() public méthode

public timer1_Tick ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void