diff options
Diffstat (limited to 'widget/EventMessageList.h')
-rw-r--r-- | widget/EventMessageList.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/widget/EventMessageList.h b/widget/EventMessageList.h index f42c1e3b2c..4247403770 100644 --- a/widget/EventMessageList.h +++ b/widget/EventMessageList.h @@ -432,6 +432,9 @@ NS_EVENT_MESSAGE_FIRST_LAST(eGamepadEvent, eGamepadButtonDown, NS_EVENT_MESSAGE(eEditorInput) NS_EVENT_MESSAGE(eEditorBeforeInput) +// textInput event which is a default action of beforeinput +NS_EVENT_MESSAGE(eLegacyTextInput) + // selection events NS_EVENT_MESSAGE(eSelectStart) NS_EVENT_MESSAGE(eSelectionChange) @@ -450,11 +453,6 @@ NS_EVENT_MESSAGE(eToggle) NS_EVENT_MESSAGE(eClose) NS_EVENT_MESSAGE(eCancel) -// Marquee element events. -NS_EVENT_MESSAGE(eMarqueeBounce) -NS_EVENT_MESSAGE(eMarqueeStart) -NS_EVENT_MESSAGE(eMarqueeFinish) - NS_EVENT_MESSAGE(eScrollend) #ifdef UNDEF_NS_EVENT_MESSAGE_FIRST_LAST |