Class OnControllerButtonStateChangedArgs
- Namespace
- Playnite.SDK.Events
- Assembly
- Playnite.SDK.dll
public class OnControllerButtonStateChangedArgs
- Inheritance
-
OnControllerButtonStateChangedArgs
- Inherited Members
-
Constructors
public OnControllerButtonStateChangedArgs()
public OnControllerButtonStateChangedArgs(ControllerInput input, ControllerInputState state)
Parameters
input ControllerInput
state ControllerInputState
Properties
public ControllerInput Button { get; }
Property Value
- ControllerInput
public GamepadController Controller { get; }
Property Value
- GamepadController
public ControllerInputState State { get; }
Property Value
- ControllerInputState