Table of Contents

Enum InputEventType

Namespace
Myra.Graphics2D.UI
Assembly
Myra.dll

Specifies the type of input event that occurred.

public enum InputEventType

Fields

ArrangeUpdated = 25

The widget's arrangement was updated.

CharInput = 15

A character was input.

Closing = 12

A widget is closing.

ContextMenuClosing = 14

A context menu is closing.

CursorPositionChanged = 17

The cursor position changed.

EnabledChanged = 23

A widget's enabled state changed.

HoverIndexChanged = 21

The hover index changed.

KeyDown = 11

A keyboard key was pressed.

KeyUp = 10

A keyboard key was released.

KeyboardFocusChanged = 24

Keyboard focus changed.

KeyboardFocusLosing = 13

A widget is losing keyboard focus.

LocationChanged = 28

A widget's location changed.

MouseEntered = 1

The mouse entered a widget.

MouseLeft = 0

The mouse left a widget.

MouseMoved = 2

The mouse moved over a widget.

MouseWheel = 3

The mouse wheel was scrolled.

None = -1

No input event type.

PlacedChanged = 26

A widget's placed state changed.

PressedChanged = 32

A widget's pressed state changed.

ProportionChanged = 22

A proportion value changed.

SelectedIndexChanged = 20

The selected index changed.

SelectionChanged = 30

The selection changed.

SizeChanged = 29

A widget's size changed.

TextChanged = 19

Text was changed.

TextChangedByUser = 18

Text was changed by the user.

TextDeleted = 16

Text was deleted.

TouchDoubleClick = 9

A touch point double-clicked.

TouchDown = 7

A touch point pressed down.

TouchEntered = 5

A touch point entered a widget.

TouchLeft = 4

A touch point left a widget.

TouchMoved = 6

A touch point moved over a widget.

TouchUp = 8

A touch point was released.

ValueChanged = 31

A value changed.

VisibleChanged = 27

A widget's visible state changed.