TouchEventParams

The DOM touch event parameters.

Functions

Link copied to clipboard
Contains touch points that have changed since the last touch event.
Link copied to clipboard
open fun isBubbles(): Boolean
Returns true if the event bubbles up through the DOM.
Link copied to clipboard
open fun isCancelable(): Boolean
Returns true if the event can be canceled, and therefore prevented as if the event never happened.
Link copied to clipboard
open fun isTrusted(): Boolean
Returns true if the event is trusted, and therefore was generated by a user action.
Link copied to clipboard
Returns the key modifiers that are applied to the event.
Link copied to clipboard
Creates a new UiEventModifierParams builder.
Link copied to clipboard
Contains all touch points that are specific to the target element.
Link copied to clipboard
open fun touches(): List<TouchPoint>
Returns all touch points that are currently on the screen.