Property | Type | Description | |
---|---|---|---|
ActiveController | IController | ||
Controllers | List |
||
DS4 | |||
XInput |
Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
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 | |
return |
public static GetButtonName ( GamepadButton button ) : string | ||
button | GamepadButton | |
return | string |
public static GetLeftAxis ( ) : System.Windows.Point | ||
return | System.Windows.Point |
public static GetRightAxis ( ) : System.Windows.Point | ||
return | System.Windows.Point |
public static SendRumble ( byte left, byte right, int duration ) : void | ||
left | byte | |
right | byte | |
duration | int | |
return | void |
public static SetController ( IController controller ) : void | ||
controller | IController | |
return | void |
public static IController ActiveController | ||
return | IController |
public static DS4Interface,WoWmapper.Controllers.DS4 DS4 | ||
return |