InputEvent
Public / Constructors
Clicked
2 overloads
Creates a new instance of InputEvent for InputEventType.Clicked.
Creates a new instance of InputEvent for InputEventType.Clicked.
Pressed
2 overloads
Creates a new instance of InputEvent for InputEventType.Pressed.
Creates a new instance of InputEvent for InputEventType.Pressed.
Released
2 overloads
Creates a new instance of InputEvent for InputEventType.Released.
Creates a new instance of InputEvent for InputEventType.Released.
Public / Methods
IsClicked
2 overloads
Has the given keyboard key been clicked?
- See also
Has the given mouse button been clicked?
- See also
IsPressed
2 overloads
Has the given keyboard key been pressed down?
- See also
Has the given mouse button been pressed down?
- See also