Absolute touchscreen event data from the client.
More...
#include <src/platform/common.h>
|
|
float | contactAreaMajor |
| | Major axis of the reported contact area.
|
| |
|
float | contactAreaMinor |
| | Minor axis of the reported contact area.
|
| |
|
std::uint8_t | eventType |
| | Moonlight event type for the input packet.
|
| |
|
std::uint32_t | pointerId |
| | Client-provided pointer identifier for a touch contact.
|
| |
|
float | pressureOrDistance |
| | Distance for hover and pressure for contact.
|
| |
|
std::uint16_t | rotation |
| | Degrees (0..360) or LI_ROT_UNKNOWN.
|
| |
|
float | x |
| | Horizontal coordinate or vector component.
|
| |
|
float | y |
| | Vertical coordinate or vector component.
|
| |
Absolute touchscreen event data from the client.
The documentation for this struct was generated from the following file: