Table of Contents

Class GamePadButtonEvent

Namespace
Stride.Input
Assembly
Stride.Input.dll

An event to describe a change in gamepad button state

public class GamePadButtonEvent : ButtonEvent, IInputEventArgs
Inheritance
GamePadButtonEvent
Implements
Inherited Members
Extension Methods

Fields

Button

The gamepad button identifier

public GamePadButton Button

Field Value

GamePadButton

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.