Uses of Class
org.pepstock.charba.client.dom.events.PointerEventInit
-
Packages that use PointerEventInit Package Description org.pepstock.charba.client.dom.events Contains all classes to map and manage DOM events. -
-
Uses of PointerEventInit in org.pepstock.charba.client.dom.events
Methods in org.pepstock.charba.client.dom.events with parameters of type PointerEventInit Modifier and Type Method Description static NativePointerEvent
NativePointerEvent. createPointerEvent(String type, PointerEventInit init)
Creates a new event object for a specific event type with initial configuration.static NativePointerEvent
NativePointerEvent. createPointerEvent(IsEvent type, PointerEventInit init)
Creates a new event object for a specific event type with initial configuration.
-