C# Class MultipleJoysticks.GameInput

Mostrar archivo Open project: FIRST1939/2016ScoutingSystem Class Usage Examples

Public Methods

Method Description
GetSticks ( IMatchDisplay form ) : int
timer1_Tick ( object sender, EventArgs e ) : void

Private Methods

Method 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 method

public GetSticks ( IMatchDisplay form ) : int
form IMatchDisplay
return int

timer1_Tick() public method

public timer1_Tick ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void