C# 클래스 MultipleJoysticks.GameInput

파일 보기 프로젝트 열기: FIRST1939/2016ScoutingSystem 1 사용 예제들

공개 메소드들

메소드 설명
GetSticks ( IMatchDisplay form ) : int
timer1_Tick ( object sender, EventArgs e ) : void

비공개 메소드들

메소드 설명
NewMethod ( string buttons ) : StringBuilder
tm1939GetButtonMap ( bool inButtons, int iController ) : string
tm1939LoadController ( string controllername, int controllernumber ) : void
tm1939LoadSticks ( ) : void
tm1939StickHandlingLogic ( Joystick stick, int id ) : void

메소드 상세

GetSticks() 공개 메소드

public GetSticks ( IMatchDisplay form ) : int
form IMatchDisplay
리턴 int

timer1_Tick() 공개 메소드

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