Table of Contents

Class OnControllerButtonStateChangedArgs

Namespace
Playnite.SDK.Events
Assembly
Playnite.SDK.dll
public class OnControllerButtonStateChangedArgs
Inheritance
OnControllerButtonStateChangedArgs
Inherited Members

Constructors

OnControllerButtonStateChangedArgs(ControllerInput, ControllerInputState)

public OnControllerButtonStateChangedArgs(ControllerInput input, ControllerInputState state)

Parameters

input ControllerInput
state ControllerInputState

Properties

Button

public ControllerInput Button { get; }

Property Value

ControllerInput

State

public ControllerInputState State { get; }

Property Value

ControllerInputState