![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtGui/qtguiglobal.h>
#include <QtGui/qevent.h>
#include <QtCore/qmap.h>
#include <QtCore/qtestsupport_core.h>
Go to the source code of this file.
Classes | |
class | QTest::QTouchEventSequence |
Namespaces | |
namespace | QTest |
[15] |
Q_GUI_EXPORT void qt_handleTouchEvent | ( | QWindow * | w, |
const QPointingDevice * | device, | ||
const QList< QEventPoint > & | points, | ||
Qt::KeyboardModifiers | mods = Qt::NoModifier ) |
Definition at line 1245 of file qwindowsysteminterface.cpp.
Q_GUI_EXPORT bool qt_handleTouchEventv2 | ( | QWindow * | w, |
const QPointingDevice * | device, | ||
const QList< QEventPoint > & | points, | ||
Qt::KeyboardModifiers | mods = Qt::NoModifier ) |
Definition at line 1237 of file qwindowsysteminterface.cpp.