프로퍼티 | 타입 | 설명 | |
---|---|---|---|
ActiveController | IController | ||
Controllers | List |
||
DS4 | |||
XInput |
메소드 | 설명 | |
---|---|---|
GetButtonIcon ( GamepadButton button ) : |
||
GetButtonName ( GamepadButton button ) : string | ||
GetLeftAxis ( ) : System.Windows.Point | ||
GetRightAxis ( ) : System.Windows.Point | ||
RefreshControllers ( ) : void | ||
SendRumble ( byte left, byte right, int duration ) : void | ||
SetController ( IController controller ) : void | ||
Start ( ) : void | ||
Stop ( ) : void |
메소드 | 설명 | |
---|---|---|
ActiveControllerOnButtonStateChanged ( GamepadButton button, bool state ) : void | ||
ControllerWatcher ( ) : void | ||
DS4TouchpadButtonDown ( object sender, DS4Windows.TouchpadEventArgs args ) : void | ||
DS4TouchpadButtonUp ( object sender, DS4Windows.TouchpadEventArgs args ) : void | ||
DS4TouchpadMoved ( object sender, DS4Windows.TouchpadEventArgs args ) : void | ||
SetParent ( |
||
UsbNotifierOnDeviceConnected ( ) : void | ||
UsbNotifierOnDeviceDisconnected ( ) : void |
public static GetButtonIcon ( GamepadButton button ) : |
||
button | GamepadButton | |
리턴 |
public static GetButtonName ( GamepadButton button ) : string | ||
button | GamepadButton | |
리턴 | string |
public static GetLeftAxis ( ) : System.Windows.Point | ||
리턴 | System.Windows.Point |
public static GetRightAxis ( ) : System.Windows.Point | ||
리턴 | System.Windows.Point |
public static SendRumble ( byte left, byte right, int duration ) : void | ||
left | byte | |
right | byte | |
duration | int | |
리턴 | void |
public static SetController ( IController controller ) : void | ||
controller | IController | |
리턴 | void |
public static DS4Interface,WoWmapper.Controllers.DS4 DS4 | ||
리턴 |