Types
Emitted only when Input.setInterceptDrags
is enabled. Use this data with Input.dispatchDragEvent
to restore normal drag and drop behavior.
Properties
Functions
Cancels any active dragging in the page.
Dispatches a drag event into the page.
Dispatches a key event to the page.
Dispatches a mouse event to the page.
Dispatches a touch event to the page.
Emulates touch event from the mouse event parameters.
This method sets the current candidate text for IME. Use imeCommitComposition to commit the final text. Use imeSetComposition with empty string as text to cancel composition.
This method emulates inserting text that doesn't come from a key press, for example an emoji keyboard or an IME.
Ignores input events (useful while auditing page).
Prevents default drag and drop behavior and instead emits Input.dragIntercepted
events. Drag and drop behavior can be directly controlled via Input.dispatchDragEvent
.
Synthesizes a pinch gesture over a time period by issuing appropriate touch events.
Synthesizes a scroll gesture over a time period by issuing appropriate touch events.
Synthesizes a tap gesture over a time period by issuing appropriate touch events.