C# 클래스 WoWmapper.Controllers.DS4.DS4Controller

상속: IController
파일 보기 프로젝트 열기: topher-au/WoWmapper 1 사용 예제들

Private Properties

프로퍼티 타입 설명
MonitorThread void
SendButtonEvent void

공개 메소드들

메소드 설명
DS4Controller ( DS4Device underlyingDevice ) : System
GetAxis ( GamepadAxis axis ) : int
GetButtonState ( GamepadButton button ) : bool
IsAlive ( ) : bool
SendRumble ( byte left, byte right, int duration ) : void
Stop ( ) : void

비공개 메소드들

메소드 설명
MonitorThread ( ) : void
SendButtonEvent ( GamepadButton button, bool state ) : void

메소드 상세

DS4Controller() 공개 메소드

public DS4Controller ( DS4Device underlyingDevice ) : System
underlyingDevice DS4Windows.DS4Device
리턴 System

GetAxis() 공개 메소드

public GetAxis ( GamepadAxis axis ) : int
axis GamepadAxis
리턴 int

GetButtonState() 공개 메소드

public GetButtonState ( GamepadButton button ) : bool
button GamepadButton
리턴 bool

IsAlive() 공개 메소드

public IsAlive ( ) : bool
리턴 bool

SendRumble() 공개 메소드

public SendRumble ( byte left, byte right, int duration ) : void
left byte
right byte
duration int
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void