Home
last modified time | relevance | path

Searched refs:handleTextInputEvent (Results 1 – 13 of 13) sorted by relevance

/dports/games/maxr/maxr-0.2.9/src/input/keyboard/
H A Dkeyboard.cpp33 …ventManager::getInstance().textInputEvent, std::bind (&cKeyboard::handleTextInputEvent, this, _1)); in cKeyboard()
120 void cKeyboard::handleTextInputEvent (const cTextInputEvent& event) in handleTextInputEvent() function in cKeyboard
H A Dkeyboard.h95 void handleTextInputEvent (const cTextInputEvent& textInputEvent);
/dports/audio/pms-devel/pms-c94e3c6/widgets/
H A Dmultibar.go385 func (m *MultibarWidget) handleTextInputEvent(ev *tcell.EventKey) bool {
452 return m.handleTextInputEvent(ev)
454 return m.handleTextInputEvent(ev)
/dports/graphics/magnum-examples/magnum-examples-2019.10/src/imgui/
H A DImGuiExample.cpp196 if(_imgui.handleTextInputEvent(event)) return; in textInputEvent()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/page/
H A DEventHandler.h183 …bool handleTextInputEvent(const String& text, Event* underlyingEvent = 0, TextEventInputType = Tex…
H A DEventHandler.cpp2808 bool EventHandler::handleTextInputEvent(const String& text, Event* underlyingEvent, TextEventInputT… in handleTextInputEvent() function in WebCore::EventHandler
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/editing/
H A DEditorCommand.cpp479 …return targetFrame(frame, event)->eventHandler()->handleTextInputEvent("\t", event, TextEventInput… in executeInsertBacktab()
507 …return targetFrame(frame, event)->eventHandler()->handleTextInputEvent("\n", event, TextEventInput… in executeInsertLineBreak()
523 …return targetFrame->eventHandler()->handleTextInputEvent("\n", event, targetFrame->editor()->canEd… in executeInsertNewline()
546 return targetFrame(frame, event)->eventHandler()->handleTextInputEvent("\t", event); in executeInsertTab()
H A DEditor.cpp1055 return m_frame->eventHandler()->handleTextInputEvent(text, triggeringEvent); in insertText()
1060 return m_frame->eventHandler()->handleTextInputEvent(text, 0, TextEventInputComposition); in insertTextForConfirmedComposition()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog-2007-10-1448897 (WebCore::Editor::insertText): Added. Calls handleTextInputEvent.
55294 (WebCore::EventHandler::handleTextInputEvent):
55899 (WebCore::EventHandler::handleTextInputEvent): Send the textInput
56565 handleTextInputEvent and defaultTextInputEventHandler functions. Made eventLoopHandleMouseUp
56572 … (WebCore::EventHandler::handleTextInputEvent): Added. Creates and dispatches a text input event.
H A DChangeLog-2009-06-1624634 (WebCore::EventHandler::handleTextInputEvent):
32878 (WebCore::EventHandler::handleTextInputEvent):
54923 (WebCore::EventHandler::handleTextInputEvent): Return whether the event's default was
73031 (WebCore::EventHandler::handleTextInputEvent):
76802 (WebCore::EventHandler::handleTextInputEvent):
H A DChangeLog-2011-02-1623574 Refactoring: EventHandler::handleTextInputEvent should accept an enum instead of bools.
23600 (WebCore::EventHandler::handleTextInputEvent):
H A DChangeLog-2008-08-1013428 (WebCore::EventHandler::handleTextInputEvent):
66619 (WebCore::EventHandler::handleTextInputEvent): Check that we were not called from keydown.
H A DChangeLog-2010-12-0679598 (WebCore::EventHandler::handleTextInputEvent):