Wayland touch wrapper class. More...
#include <kanzi/core.ui/platform/input_ng/wayland/wayland_touch.hpp>
Public Member Functions | |
WaylandTouch (wl_touch *nativeHandle) noexcept | |
Constructor. More... | |
WaylandTouch (const WaylandSeat &seat) noexcept | |
Constructor. More... | |
Public Member Functions inherited from kanzi::wayland::WaylandInterface< WaylandTouch, wl_touch, wl_touch_listener > | |
bool | addListener (enable_if_t<!is_same< L, void >::value, const L & > listener, void *data) const noexcept |
Adds a listener to Wayland object. More... | |
KZ_NO_DISCARD unsigned int | askVersion () const noexcept |
Requests compositor which interface version we use. More... | |
KZ_NO_DISCARD wl_touch * | getNativeHandle () const noexcept |
Gets the underlying native handle. More... | |
Static Public Attributes | |
static constexpr auto | s_capabilityBit |
Generic alias to query for corresponding capability bit. More... | |
static const wl_interface | s_nativeInterface |
Represents the underlying native interface. More... | |
Additional Inherited Members | |
Public Types inherited from kanzi::wayland::WaylandInterface< WaylandTouch, wl_touch, wl_touch_listener > | |
using | ListenerType = wl_touch_listener |
Generic alias to query for appropriate listener type. More... | |
Static Public Member Functions inherited from kanzi::wayland::WaylandInterface< WaylandTouch, wl_touch, wl_touch_listener > | |
static KZ_NO_DISCARD unsigned int | askVersion (wl_touch *handle) noexcept |
Requests compositor which interface version we use. More... | |
Wayland touch wrapper class.
|
explicitnoexcept |
Constructor.
nativeHandle | Native Wayland handle. |
|
explicitnoexcept |
Constructor.
Constructs a WaylandTouch object for a given Wayland seat.
seat | WaylandSeat used to query for pointer. |
|
static |
Generic alias to query for corresponding capability bit.
|
static |
Represents the underlying native interface.