Property | Type | Description | |
---|---|---|---|
dt | |||
joysticks | List |
||
usages | HID_USAGES>.Dictionary |
Method | Description | |
---|---|---|
AxisSet ( uint joystickIndex, int value, int usageIndex ) : void | ||
ButtonToggle ( uint joystickIndex, uint value, bool isPressed ) : void | ||
GetJoystickKeyValue ( string value, int buttonGroup ) : uint | ||
JoystickController ( ) : System |
Method | Description | |
---|---|---|
ValidateJoystick ( int joystickID ) : void |
public AxisSet ( uint joystickIndex, int value, int usageIndex ) : void | ||
joystickIndex | uint | |
value | int | |
usageIndex | int | |
return | void |
public ButtonToggle ( uint joystickIndex, uint value, bool isPressed ) : void | ||
joystickIndex | uint | |
value | uint | |
isPressed | bool | |
return | void |
public GetJoystickKeyValue ( string value, int buttonGroup ) : uint | ||
value | string | |
buttonGroup | int | |
return | uint |