#include <qwaylandinputdevice_p.h>
|
| Touch (QWaylandInputDevice *p) |
| ~Touch () override |
void | touch_down (uint32_t serial, uint32_t time, struct wl_surface *surface, int32_t id, wl_fixed_t x, wl_fixed_t y) override |
void | touch_up (uint32_t serial, uint32_t time, int32_t id) override |
void | touch_motion (uint32_t time, int32_t id, wl_fixed_t x, wl_fixed_t y) override |
void | touch_frame () override |
void | touch_cancel () override |
bool | allTouchPointsReleased () |
void | releasePoints () |
struct::wl_touch * | wl_touch () |
Definition at line 405 of file qwaylandinputdevice_p.h.
◆ Touch()
◆ ~Touch()
QtWaylandClient::QWaylandInputDevice::Touch::~Touch |
( |
| ) |
|
|
override |
◆ allTouchPointsReleased()
bool QtWaylandClient::QWaylandInputDevice::Touch::allTouchPointsReleased |
( |
| ) |
|
◆ releasePoints()
void QtWaylandClient::QWaylandInputDevice::Touch::releasePoints |
( |
| ) |
|
◆ touch_cancel()
void QtWaylandClient::QWaylandInputDevice::Touch::touch_cancel |
( |
| ) |
|
|
override |
◆ touch_down()
void QtWaylandClient::QWaylandInputDevice::Touch::touch_down |
( |
uint32_t | serial, |
|
|
uint32_t | time, |
|
|
struct wl_surface * | surface, |
|
|
int32_t | id, |
|
|
wl_fixed_t | x, |
|
|
wl_fixed_t | y ) |
|
override |
◆ touch_frame()
void QtWaylandClient::QWaylandInputDevice::Touch::touch_frame |
( |
| ) |
|
|
override |
◆ touch_motion()
void QtWaylandClient::QWaylandInputDevice::Touch::touch_motion |
( |
uint32_t | time, |
|
|
int32_t | id, |
|
|
wl_fixed_t | x, |
|
|
wl_fixed_t | y ) |
|
override |
◆ touch_up()
void QtWaylandClient::QWaylandInputDevice::Touch::touch_up |
( |
uint32_t | serial, |
|
|
uint32_t | time, |
|
|
int32_t | id ) |
|
override |
◆ wl_touch()
struct::wl_touch * QtWaylandClient::QWaylandInputDevice::Touch::wl_touch |
( |
| ) |
|
|
inline |
◆ mFocus
◆ mParent
◆ mPendingTouchPoints
The documentation for this class was generated from the following files: