Expand description
Input domain types.
The Input domain provides methods for simulating user input events.
Modules§
- modifiers
- Modifier keys bit flags.
Structs§
- Dispatch
Drag Event Params - Parameters for Input.dispatchDragEvent.
- Dispatch
KeyEvent Params - Parameters for Input.dispatchKeyEvent.
- Dispatch
Mouse Event Params - Parameters for Input.dispatchMouseEvent.
- Dispatch
Mouse Wheel Params - Parameters for Input.dispatchMouseEvent with wheel.
- Dispatch
Touch Event Params - Parameters for Input.dispatchTouchEvent.
- Drag
Data - Drag data.
- Drag
Data Item - Drag data item.
- Insert
Text Params - Parameters for Input.insertText.
- Touch
Point - A single touch point.
Enums§
- Drag
Event Type - Type of drag event.
- KeyEvent
Type - Type of key event.
- Mouse
Button - Mouse button type.
- Mouse
Event Type - Type of mouse event.
- Touch
Event Type - Type of touch event.