Class PlayerInput.DeviceLostEvent
Event that is triggered when an InputDevice paired to a PlayerInput is disconnected.
Namespace: UnityEngine.InputSystem
Syntax
public class DeviceLostEvent : UnityEvent<PlayerInput>
Event that is triggered when an InputDevice paired to a PlayerInput is disconnected.
public class DeviceLostEvent : UnityEvent<PlayerInput>