mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-05-19 16:10:12 +00:00
Pen tilt is 0..90 not -90..90
This commit is contained in:
+1
-1
@@ -145,7 +145,7 @@ typedef struct _SS_PEN_PACKET {
|
||||
netfloat y;
|
||||
netfloat pressure;
|
||||
uint16_t rotation;
|
||||
int8_t tilt;
|
||||
uint8_t tilt;
|
||||
uint8_t zero2[1];
|
||||
} SS_PEN_PACKET, *PSS_PEN_PACKET;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user