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