mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 07:57:46 +00:00
LibWeb: Move string literals to {HTML,UIEvents}::EventNames.h
This moves the reamining string literals from GlobalEventHandlers.h to {HTML,UIEvents}::EventNames.h.
This commit is contained in:
parent
bdab61ad93
commit
3aa485aa09
3 changed files with 147 additions and 112 deletions
|
@ -15,6 +15,7 @@ namespace Web::UIEvents::EventNames {
|
|||
// FIXME: This is not all of the events
|
||||
|
||||
#define ENUMERATE_UI_EVENTS \
|
||||
__ENUMERATE_UI_EVENT(auxclick) \
|
||||
__ENUMERATE_UI_EVENT(click) \
|
||||
__ENUMERATE_UI_EVENT(dblclick) \
|
||||
__ENUMERATE_UI_EVENT(keydown) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue