Module input

Module input 

Source
Expand description

Input domain types.

The Input domain provides methods for simulating user input events.

Modules§

modifiers
Modifier keys bit flags.

Structs§

DispatchDragEventParams
Parameters for Input.dispatchDragEvent.
DispatchKeyEventParams
Parameters for Input.dispatchKeyEvent.
DispatchMouseEventParams
Parameters for Input.dispatchMouseEvent.
DispatchMouseWheelParams
Parameters for Input.dispatchMouseEvent with wheel.
DispatchTouchEventParams
Parameters for Input.dispatchTouchEvent.
DragData
Drag data.
DragDataItem
Drag data item.
InsertTextParams
Parameters for Input.insertText.
TouchPoint
A single touch point.

Enums§

DragEventType
Type of drag event.
KeyEventType
Type of key event.
MouseButton
Mouse button type.
MouseEventType
Type of mouse event.
TouchEventType
Type of touch event.