Table of Contents

Class GamePadAxisEvent

Namespace
Stride.Input
Assembly
Stride.Input.dll

An event to describe a change in a gamepad axis

public class GamePadAxisEvent : AxisEvent, IInputEventArgs
Inheritance
GamePadAxisEvent
Implements
Inherited Members

Fields

Axis

The gamepad axis identifier

public GamePadAxis Axis

Field Value

GamePadAxis

Properties

GamePad

The gamepad that sent this event

public IGamePadDevice GamePad { get; }

Property Value

IGamePadDevice

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.