![]() |
Louvre v2.18.1-1
C++ library for Wayland compositors
|
This is the complete list of members for LTouchDownEvent, including all inherited members.
| copy() const noexcept | LEvent | |
| device() const noexcept | LInputEvent | inline |
| id() const noexcept | LTouchDownEvent | inline |
| localPos | LTouchDownEvent | mutable |
| LTouchDownEvent(Int32 id=0, const LPointF &pos=LPointF(0.f, 0.f), UInt32 serial=LTime::nextSerial(), UInt32 ms=LTime::ms(), UInt64 us=LTime::us(), LInputDevice *device=nullptr) noexcept | LTouchDownEvent | inline |
| ms() const noexcept | LEvent | inline |
| pos() const noexcept | LTouchDownEvent | inline |
| serial() const noexcept | LEvent | inline |
| setDevice(LInputDevice *device) noexcept | LInputEvent | |
| setId(Int32 id) noexcept | LTouchDownEvent | inline |
| setMs(UInt32 ms) noexcept | LEvent | inline |
| setPos(const LPointF &pos) noexcept | LTouchDownEvent | inline |
| setPos(Float32 x, Float32 y) noexcept | LTouchDownEvent | inline |
| setSerial(UInt32 serial) noexcept | LEvent | inline |
| setUs(UInt32 us) noexcept | LEvent | inline |
| setX(Float32 x) noexcept | LTouchDownEvent | inline |
| setY(Float32 y) noexcept | LTouchDownEvent | inline |
| subtype() const noexcept | LEvent | inline |
| Subtype enum name | LEvent | |
| Type enum name | LEvent | |
| type() const noexcept | LEvent | inline |
| us() const noexcept | LEvent | inline |
| ~LEvent() noexcept=default | LEvent |