Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
window_manager.h File Reference

(dc8a6de42c8adb89275628f0adb067e9664a795d)

#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>
Include dependency graph for window_manager.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  QArkUi

Functions

std::shared_ptr< voidQArkUi::registerMouseEventsConsumer (JsWindowId jsWindowId, QOhosConsumer< const MouseEvent & > eventsConsumer)
std::shared_ptr< voidQArkUi::registerKeyEventsConsumer (JsWindowId jsWindowId, QOhosConsumer< const KeyEvent & > eventsConsumer)
std::shared_ptr< voidQArkUi::registerTouchEventsConsumer (JsWindowId jsWindowId, QOhosConsumer< const TouchEvent & > eventsConsumer)