Adding in ContextMenu event

This commit is contained in:
Pauan 2019-06-15 12:26:12 +02:00
parent a7904e27c8
commit 0e40f2de7b
1 changed files with 1 additions and 0 deletions

View File

@ -69,6 +69,7 @@ make_mouse_event!(Click, "click");
make_mouse_event!(MouseEnter, "mouseenter");
make_mouse_event!(MouseLeave, "mouseleave");
make_mouse_event!(DoubleClick, "dblclick");
make_mouse_event!(ContextMenu, "contextmenu");
make_keyboard_event!(KeyDown, "keydown");
make_keyboard_event!(KeyUp, "keyup");