Struct GamePadTriggers
Represents the gamepad triggers.
Namespace: Evergine.Common.Input
Assembly: Evergine.Common.dll
Syntax
public struct GamePadTriggersFields
Left
Left trigger value, in the range of 0.0 to 1.0.
Declaration
public float LeftField Value
| Type | Description | 
|---|---|
| float | 
Right
Right trigger value, in the range of 0.0 to 1.0f.
Declaration
public float RightField Value
| Type | Description | 
|---|---|
| float |