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