![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qarkui/window_manager.h>#include <cstdint>#include <qohosdisplayinfo.h>#include <multimodalinput/oh_input_manager.h>#include <qohosplugincore.h>#include <qohosutils.h>#include <render/qohosbatchingrequestshandler.h>#include <window_manager/oh_display_info.h>#include <window_manager/oh_window_comm.h>#include <window_manager/oh_window_event_filter.h>#include <memory>#include <tuple>Go to the source code of this file.
Namespaces | |
| namespace | QArkUi |
Functions | |
| std::shared_ptr< void > | QArkUi::registerMouseEventsConsumer (JsWindowId jsWindowId, QOhosConsumer< const MouseEvent & > eventsConsumer) |
| std::shared_ptr< void > | QArkUi::registerKeyEventsConsumer (JsWindowId jsWindowId, QOhosConsumer< const KeyEvent & > eventsConsumer) |
| std::shared_ptr< void > | QArkUi::registerTouchEventsConsumer (JsWindowId jsWindowId, QOhosConsumer< const TouchEvent & > eventsConsumer) |