Table of Contents

Class GameControllerObjectInfo

Namespace
Stride.Input
Assembly
Stride.Input.dll

Provides information about an object exposed by a gamepad

public class GameControllerObjectInfo
Inheritance
GameControllerObjectInfo
Derived

Fields

Name

The name of the object, reported by the device

public string Name

Field Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.