![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qohosnativegestureshandler.h>
Public Attributes | |
| std::chrono::steady_clock::time_point | timestamp |
| std::int64_t | gestureTimestamp |
| qreal | value |
| QPointF | localPosition |
| QPointF | displayBasedPosition |
| Qt::NativeGestureType | gestureType |
| QInputDevice::DeviceType | deviceType |
Definition at line 19 of file qohosnativegestureshandler.h.
| QInputDevice::DeviceType QOhosNativeGestureEvent::deviceType |
Definition at line 27 of file qohosnativegestureshandler.h.
| QPointF QOhosNativeGestureEvent::displayBasedPosition |
Definition at line 25 of file qohosnativegestureshandler.h.
| std::int64_t QOhosNativeGestureEvent::gestureTimestamp |
Definition at line 22 of file qohosnativegestureshandler.h.
| Qt::NativeGestureType QOhosNativeGestureEvent::gestureType |
Definition at line 26 of file qohosnativegestureshandler.h.
| QPointF QOhosNativeGestureEvent::localPosition |
Definition at line 24 of file qohosnativegestureshandler.h.
| std::chrono::steady_clock::time_point QOhosNativeGestureEvent::timestamp |
Definition at line 21 of file qohosnativegestureshandler.h.
| qreal QOhosNativeGestureEvent::value |
Definition at line 23 of file qohosnativegestureshandler.h.