|
| LPointerScrollEvent (const LPointF &axes=LPointF(0.f, 0.f), const LPointF &axes120=LPointF(0.f, 0.f), Source source=Continuous, UInt32 serial=LTime::nextSerial(), UInt32 ms=LTime::ms(), UInt64 us=LTime::us(), LInputDevice *device=nullptr) noexcept |
| Constructs an LPointerScrollEvent object. More...
|
|
void | setAxes (const LPointF &axes) noexcept |
| Sets the scroll axes values. More...
|
|
void | setAxes (Float32 x, Float32 y) noexcept |
| Sets the scroll axes values. More...
|
|
void | setX (Float32 x) noexcept |
| Sets the scroll value along the x-axis. More...
|
|
void | setY (Float32 y) noexcept |
| Sets the scroll value along the y-axis. More...
|
|
const LPointF & | axes () const noexcept |
| Gets the scroll axes values. More...
|
|
void | setAxes120 (const LPointF &axes) noexcept |
| Sets the high-resolution scroll axes values. More...
|
|
void | setAxes120 (Float32 x, Float32 y) noexcept |
| Sets the high-resolution scroll axes values. More...
|
|
void | set120X (Float32 x) noexcept |
| Sets the high-resolution scroll value along the x-axis. More...
|
|
void | set120Y (Float32 y) noexcept |
| Sets the high-resolution scroll value along the y-axis. More...
|
|
const LPointF & | axes120 () const noexcept |
| Gets the high-resolution scroll axes values. More...
|
|
void | setSource (Source source) noexcept |
| Sets the source of the scroll event. More...
|
|
Source | source () const noexcept |
| Gets the source of the scroll event. 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...
|
|