Class OnControllerButtonStateChangedArgs
public class OnControllerButtonStateChangedArgs
- Inheritance
-
OnControllerButtonStateChangedArgs
- Inherited Members
Constructors
OnControllerButtonStateChangedArgs(ControllerInput, ControllerInputState)
public OnControllerButtonStateChangedArgs(ControllerInput input, ControllerInputState state)
Parameters
input
ControllerInputstate
ControllerInputState
Properties
Button
public ControllerInput Button { get; }
Property Value
State
public ControllerInputState State { get; }