GamePadAxisEvent Class
Namespace: Stride.InputAssembly: Stride.Input.dll
An event to describe a change in a gamepad axis
Derived from GamePadAxisEvent:
public class GamePadAxisEvent : AxisEvent, IInputEventArgs
Name | Description | |
---|---|---|
Fields | ||
Axis | The gamepad axis identifier |
|
Properties | ||
GamePad | The gamepad that sent this event |
|
Methods | ||
ToString() |
Fields
Axis
The gamepad axis identifier
public GamePadAxis Axis
Field Value
Type | Description |
---|---|
GamePadAxis |
Properties
GamePad
The gamepad that sent this event
public IGamePadDevice GamePad { get; }
Property Value
Type | Description |
---|---|
IGamePadDevice |
Methods
ToString()
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()