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
qohosnativegestureshandler.h File Reference

(dc8a6de42c8adb89275628f0adb067e9664a795d)

#include <QtCore/private/qohoscommon_p.h>
#include <QtCore/qglobal.h>
#include <QtCore/qpoint.h>
#include <QtGui/qinputdevice.h>
#include <QtGui/qwindow.h>
#include <chrono>
#include <cstdint>
#include <functional>
#include <qohosplugincore.h>
Include dependency graph for qohosnativegestureshandler.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  QOhosNativeGestureEvent

Functions

QOhosConsumer< const QOhosNativeGestureEvent & > makeQOhosNativeGesturesHandler (QtOhos::QThreadSafeRef< QWindow > qWindowRef, std::function< void(QOhosNativeGestureEvent &)> optQtThreadEventTransformer=nullptr)

Function Documentation

◆ makeQOhosNativeGesturesHandler()

QOhosConsumer< const QOhosNativeGestureEvent & > makeQOhosNativeGesturesHandler ( QtOhos::QThreadSafeRef< QWindow > qWindowRef,
std::function< void(QOhosNativeGestureEvent &)> optQtThreadEventTransformer = nullptr )

Definition at line 101 of file qohosnativegestureshandler.cpp.