Enum ButtonState
The state of a button
Namespace: Inferno.Input
Assembly: Inferno.Desktop.dll
Syntax
public enum ButtonState
Fields
| Name | Description |
|---|---|
| Pressed | The button is pressed |
| Released | The button is released |
The state of a button
public enum ButtonState
| Name | Description |
|---|---|
| Pressed | The button is pressed |
| Released | The button is released |