This commit is contained in:
Benjamin Pasero
2020-06-26 10:13:34 +02:00
parent 0786a41139
commit 368c53645a
5 changed files with 20 additions and 29 deletions

View File

@@ -820,6 +820,7 @@ export function isHTMLElement(o: any): o is HTMLElement {
export const EventType = {
// Mouse
CLICK: 'click',
AUXCLICK: 'auxclick',
DBLCLICK: 'dblclick',
MOUSE_UP: 'mouseup',
MOUSE_DOWN: 'mousedown',