C# 클래스 NewTOAPIA.UI.JoystickActivityArgs

파일 보기 프로젝트 열기: Wiladams/NewTOAPIA 1 사용 예제들

공개 메소드들

메소드 설명
Create ( Joystick aStick, float threshold, float offset ) : JoystickActivityArgs
IsButtonPressed ( int buttonNumber ) : bool

비공개 메소드들

메소드 설명
JoystickActivityArgs ( Joystick aStick, JoystickInfoExtra aJoyInfo, float threshold, float offset ) : TOAPI.WinMM
JoystickActivityArgs ( Joystick aStick, joyinfoex_tag aJoyInfo, float threshold, float offset ) : TOAPI.WinMM

메소드 상세

Create() 공개 정적인 메소드

public static Create ( Joystick aStick, float threshold, float offset ) : JoystickActivityArgs
aStick Joystick
threshold float
offset float
리턴 JoystickActivityArgs

IsButtonPressed() 공개 메소드

public IsButtonPressed ( int buttonNumber ) : bool
buttonNumber int
리턴 bool