QWaylandPointer Class
The QWaylandPointer class represents a pointer device. More...
| Header: | #include <QWaylandPointer> |
| qmake: | QT += waylandcompositor |
| Since: | Qt 5.8 |
| Inherits: | QWaylandObject |
This class was introduced in Qt 5.8.
Public Functions
| bool | isButtonPressed() const |
Signals
| void | buttonPressedChanged() |
Detailed Description
This class provides access to the pointer device in a QWaylandSeat. It corresponds to the Wayland interface wl_pointer.