ParsecPenMessage
Pen state message.
Member of ParsecMessage
.
Fields
Type | Name | Description |
---|---|---|
uint16_t | x | X coordinate of the pen. |
uint16_t | y | Y coordinate of the pen. |
uint16_t | pressure | Between 0 and 1024. |
uint16_t | rotation | Between 0 and 359. |
uint8_t | stream | The stream that the pen was on. |
int8_t | tiltX | Between -90 and +90. |
int8_t | tiltY | Between -90 and +90. |