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
Properties
Enabled
public bool Enabled { get; }
Property Value
InstanceId
public uint InstanceId { get; }
Property Value
Name
public string Name { get; }
Property Value
Path
public string Path { get; }