1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 20:57:44 +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:
Kenneth Myhra 2023-03-24 18:10:45 +01:00 committed by Linus Groh
parent bdab61ad93
commit 3aa485aa09
3 changed files with 147 additions and 112 deletions

View file

@ -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) \