Table of Contents

Class Gamepad

Namespace
Playnite
Assembly
Playnite.SDK.dll
public class Gamepad
Inheritance
Gamepad
Inherited Members

Constructors

Gamepad(uint, string, string, bool)

public Gamepad(uint instanceId, string path, string name, bool enabled)

Parameters

instanceId uint
path string
name string
enabled bool

Properties

Enabled

public bool Enabled { get; }

Property Value

bool

InstanceId

public uint InstanceId { get; }

Property Value

uint

Name

public string Name { get; }

Property Value

string

Path

public string Path { get; }

Property Value

string