Method | Description | |
---|---|---|
Initialize ( InControl.UnityInputDeviceProfile profile, int joystickId ) : void | ||
IsConfiguredWith ( InControl.UnityInputDeviceProfile deviceProfile, int joystickId ) : bool | ||
UnityInputDevice ( InControl.UnityInputDeviceProfile profile ) : System | ||
UnityInputDevice ( InControl.UnityInputDeviceProfile profile, int joystickId ) : System | ||
Update ( ulong updateTick, float deltaTime ) : void |
public Initialize ( InControl.UnityInputDeviceProfile profile, int joystickId ) : void | ||
profile | InControl.UnityInputDeviceProfile | |
joystickId | int | |
return | void |
public IsConfiguredWith ( InControl.UnityInputDeviceProfile deviceProfile, int joystickId ) : bool | ||
deviceProfile | InControl.UnityInputDeviceProfile | |
joystickId | int | |
return | bool |
public UnityInputDevice ( InControl.UnityInputDeviceProfile profile ) : System | ||
profile | InControl.UnityInputDeviceProfile | |
return | System |
public UnityInputDevice ( InControl.UnityInputDeviceProfile profile, int joystickId ) : System | ||
profile | InControl.UnityInputDeviceProfile | |
joystickId | int | |
return | System |
public Update ( ulong updateTick, float deltaTime ) : void | ||
updateTick | ulong | |
deltaTime | float | |
return | void |