![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qohosdisplayinfo.h>#include <qarkui/window.h>#include <qarkui/input.h>#include <QtCore/private/qohoscommon_p.h>#include <QtCore/qglobal.h>#include <QtCore/qpoint.h>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) |