Variable UI_EVENTSConst
UI_EVENTS: readonly [
"click",
"dblclick",
"mousedown",
"mouseup",
"mousemove",
"mouseout",
"mouseover",
"contextmenu",
"touchstart",
"touchend",
"touchmove",
"touchcancel",
] = ...
"click",
"dblclick",
"mousedown",
"mouseup",
"mousemove",
"mouseout",
"mouseover",
"contextmenu",
"touchstart",
"touchend",
"touchmove",
"touchcancel",
] = ...
Was this helpful?