|
| 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 |
| Constructs an LPointerPinchUpdateEvent object. More...
|
|
void | setFingers (UInt32 fingers) noexcept |
| Sets the number of fingers involved in the pinch gesture. More...
|
|
UInt32 | fingers () const noexcept |
| Gets the number of fingers involved in the pinch gesture. More...
|
|
void | setDelta (const LPointF &delta) noexcept |
| Sets the movement delta of the pinch gesture. More...
|
|
void | setDx (Float32 dx) noexcept |
| Sets the movement delta along the x-axis of the pinch gesture. More...
|
|
void | setDy (Float32 dy) noexcept |
| Sets the movement delta along the y-axis of the pinch gesture. More...
|
|
const LPointF & | delta () const noexcept |
| Gets the movement delta of the pinch gesture. More...
|
|
void | setDeltaUnaccelerated (const LPointF &deltaUnaccelerated) noexcept |
| Sets the unaccelerated movement delta of the pinch gesture. More...
|
|
void | setDxUnaccelerated (Float32 dx) noexcept |
| Sets the unaccelerated movement delta along the x-axis of the pinch gesture. More...
|
|
void | setDyUnaccelerated (Float32 dy) noexcept |
| Sets the unaccelerated movement delta along the y-axis of the pinch gesture. More...
|
|
const LPointF & | deltaUnaccelerated () const noexcept |
| Gets the unaccelerated movement delta of the pinch gesture. More...
|
|
void | setScale (Float32 scale) noexcept |
| Sets the scale factor of the pinch gesture. More...
|
|
Float32 | scale () const noexcept |
| Gets the scale factor of the pinch gesture. More...
|
|
void | setRotation (Float32 rotation) noexcept |
| Sets the rotation angle of the pinch gesture. More...
|
|
Float32 | rotation () const noexcept |
| Gets the rotation angle of the pinch gesture. More...
|
|
void | setDevice (LInputDevice *device) noexcept |
| Sets the input device that originated the event. More...
|
|
LInputDevice * | device () const noexcept |
| Gets the input device that originated this event. More...
|
|
| ~LEvent () noexcept=default |
| Destructor. More...
|
|
Type | type () const noexcept |
| Retrieves the type of the event. More...
|
|
Subtype | subtype () const noexcept |
| Retrieves the subtype of the event. More...
|
|
void | setSerial (UInt32 serial) noexcept |
| Sets the serial of the event. More...
|
|
UInt32 | serial () const noexcept |
| Retrieves the serial of the event. More...
|
|
void | setMs (UInt32 ms) noexcept |
| Sets the time the event was generated in milliseconds. More...
|
|
UInt32 | ms () const noexcept |
| Retrieves the time the event was generated in milliseconds. More...
|
|
void | setUs (UInt32 us) noexcept |
| Sets the time the event was generated in microseconds. More...
|
|
UInt64 | us () const noexcept |
| Retrieves the time the event was generated in microseconds. More...
|
|
LEvent * | copy () const noexcept |
| Creates a deep copy of the event. More...
|
|
Pointer pinch update gesture event.