Louvre
v2.12.0-1
C++ library for Wayland compositors
|
This is the complete list of members for LPointerPinchUpdateEvent, including all inherited members.
copy() const noexcept | LEvent | |
delta() const noexcept | LPointerPinchUpdateEvent | inline |
deltaUnaccelerated() const noexcept | LPointerPinchUpdateEvent | inline |
device() const noexcept | LInputEvent | inline |
fingers() const noexcept | LPointerPinchUpdateEvent | inline |
LPointerPinchUpdateEvent(UInt32 fingers=0, const LPointF &delta=LPointF(0.f, 0.f), const LPointF &deltaUnaccelerated=LPointF(0.f, 0.f), Float32 scale=1.f, Float32 rotation=0.f, UInt32 serial=LTime::nextSerial(), UInt32 ms=LTime::ms(), UInt64 us=LTime::us(), LInputDevice *device=nullptr) noexcept | LPointerPinchUpdateEvent | inline |
ms() const noexcept | LEvent | inline |
rotation() const noexcept | LPointerPinchUpdateEvent | inline |
scale() const noexcept | LPointerPinchUpdateEvent | inline |
serial() const noexcept | LEvent | inline |
setDelta(const LPointF &delta) noexcept | LPointerPinchUpdateEvent | inline |
setDeltaUnaccelerated(const LPointF &deltaUnaccelerated) noexcept | LPointerPinchUpdateEvent | inline |
setDevice(LInputDevice *device) noexcept | LInputEvent | |
setDx(Float32 dx) noexcept | LPointerPinchUpdateEvent | inline |
setDxUnaccelerated(Float32 dx) noexcept | LPointerPinchUpdateEvent | inline |
setDy(Float32 dy) noexcept | LPointerPinchUpdateEvent | inline |
setDyUnaccelerated(Float32 dy) noexcept | LPointerPinchUpdateEvent | inline |
setFingers(UInt32 fingers) noexcept | LPointerPinchUpdateEvent | inline |
setMs(UInt32 ms) noexcept | LEvent | inline |
setRotation(Float32 rotation) noexcept | LPointerPinchUpdateEvent | inline |
setScale(Float32 scale) noexcept | LPointerPinchUpdateEvent | inline |
setSerial(UInt32 serial) noexcept | LEvent | inline |
setUs(UInt32 us) noexcept | LEvent | inline |
Subtype enum name | LEvent | |
subtype() const noexcept | LEvent | inline |
Type enum name | LEvent | |
type() const noexcept | LEvent | inline |
us() const noexcept | LEvent | inline |
~LEvent() noexcept=default | LEvent |