public final class GCDualSenseAdaptiveTriggerStatus
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
FeedbackLoadApplied
The adaptive trigger is in feedback mode, and a resistive load is applied.
|
static long |
FeedbackNoLoad
The adaptive trigger is in feedback mode, and a resistive load has not been applied yet.
|
static long |
Unknown
The adaptive trigger status cannot be determined.
|
static long |
VibrationIsVibrating
The adaptive trigger is in vibration mode, and the trigger is currently vibrating.
|
static long |
VibrationNotVibrating
The adaptive trigger is in vibration mode, and the trigger is not vibrating.
|
static long |
WeaponFired
The adaptive trigger is in weapon mode, the trigger has fired, and a resistive load is no longer being applied.
|
static long |
WeaponFiring
The adaptive trigger is in weapon mode, the trigger is firing, and a resistive load is currently being applied.
|
static long |
WeaponReady
The adaptive trigger is in weapon mode, the trigger is ready to fire, and a resistive load has not been applied yet.
|
public static final long Unknown
public static final long FeedbackNoLoad
public static final long FeedbackLoadApplied
public static final long WeaponReady
public static final long WeaponFiring
public static final long WeaponFired
public static final long VibrationNotVibrating
public static final long VibrationIsVibrating