Table of Contents

Class OnControllerButtonStateChangedArgs

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

Constructors

OnControllerButtonStateChangedArgs()

public OnControllerButtonStateChangedArgs()

OnControllerButtonStateChangedArgs(ControllerInput, ControllerInputState)

public OnControllerButtonStateChangedArgs(ControllerInput input, ControllerInputState state)

Parameters

input ControllerInput
state ControllerInputState

Properties

Button

public ControllerInput Button { get; }

Property Value

ControllerInput

Controller

public GamepadController Controller { get; }

Property Value

GamepadController

State

public ControllerInputState State { get; }

Property Value

ControllerInputState