KWin
|
#include <touch.h>
Public Member Functions | |
~TouchInterface () override | |
SurfaceInterface * | focusedSurface () const |
void | sendDown (qint32 id, quint32 serial, const QPointF &localPos, SurfaceInterface *surface) |
void | sendUp (qint32 id, quint32 serial) |
void | sendFrame () |
void | sendCancel () |
void | sendMotion (qint32 id, const QPointF &localPos) |
Friends | |
class | SeatInterfacePrivate |
class | TouchInterfacePrivate |
The TouchInterface class repserents a touchscreen associated with a wl_seat. It corresponds to the Wayland interface wl_touch
.
SurfaceInterface * KWin::TouchInterface::focusedSurface | ( | ) | const |
void KWin::TouchInterface::sendDown | ( | qint32 | id, |
quint32 | serial, | ||
const QPointF & | localPos, | ||
SurfaceInterface * | surface ) |
void KWin::TouchInterface::sendMotion | ( | qint32 | id, |
const QPointF & | localPos ) |
void KWin::TouchInterface::sendUp | ( | qint32 | id, |
quint32 | serial ) |
|
friend |
|
friend |