mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 19:17:44 +00:00
LibWeb: Dispatch dblclick
UI Events on double click
This commit is contained in:
parent
03cda8a013
commit
237a5bedd2
2 changed files with 3 additions and 1 deletions
|
@ -15,6 +15,7 @@ namespace Web::UIEvents::EventNames {
|
|||
|
||||
#define ENUMERATE_UI_EVENTS \
|
||||
__ENUMERATE_UI_EVENT(click) \
|
||||
__ENUMERATE_UI_EVENT(dblclick) \
|
||||
__ENUMERATE_UI_EVENT(keydown) \
|
||||
__ENUMERATE_UI_EVENT(keyup) \
|
||||
__ENUMERATE_UI_EVENT(mousedown) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue