Enum ButtonState
Defines a button state for buttons of mouse, gamepad or joystick.
public enum ButtonState
Fields
Pressed = 1The button is pressed.
Released = 0The button is released.
Defines a button state for buttons of mouse, gamepad or joystick.
public enum ButtonState
Pressed = 1The button is pressed.
Released = 0The button is released.