Enum InputEventType
- Namespace
- Myra.Graphics2D.UI
- Assembly
- Myra.dll
Specifies the type of input event that occurred.
public enum InputEventType
Fields
ArrangeUpdated = 25The widget's arrangement was updated.
CharInput = 15A character was input.
Closing = 12A widget is closing.
ContextMenuClosing = 14A context menu is closing.
CursorPositionChanged = 17The cursor position changed.
EnabledChanged = 23A widget's enabled state changed.
HoverIndexChanged = 21The hover index changed.
KeyDown = 11A keyboard key was pressed.
KeyUp = 10A keyboard key was released.
KeyboardFocusChanged = 24Keyboard focus changed.
KeyboardFocusLosing = 13A widget is losing keyboard focus.
LocationChanged = 28A widget's location changed.
MouseEntered = 1The mouse entered a widget.
MouseLeft = 0The mouse left a widget.
MouseMoved = 2The mouse moved over a widget.
MouseWheel = 3The mouse wheel was scrolled.
None = -1No input event type.
PlacedChanged = 26A widget's placed state changed.
PressedChanged = 32A widget's pressed state changed.
ProportionChanged = 22A proportion value changed.
SelectedIndexChanged = 20The selected index changed.
SelectionChanged = 30The selection changed.
SizeChanged = 29A widget's size changed.
TextChanged = 19Text was changed.
TextChangedByUser = 18Text was changed by the user.
TextDeleted = 16Text was deleted.
TouchDoubleClick = 9A touch point double-clicked.
TouchDown = 7A touch point pressed down.
TouchEntered = 5A touch point entered a widget.
TouchLeft = 4A touch point left a widget.
TouchMoved = 6A touch point moved over a widget.
TouchUp = 8A touch point was released.
ValueChanged = 31A value changed.
VisibleChanged = 27A widget's visible state changed.