Fix signness of pen tilt parameters

This commit is contained in:
Cameron Gutman
2023-06-24 15:14:17 -05:00
parent 812ec0e2b7
commit 5cbb6f210d
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -145,8 +145,8 @@ typedef struct _SS_PEN_PACKET {
netfloat y;
netfloat pressure;
uint16_t rotation;
uint8_t tiltX;
uint8_t tiltY;
int8_t tiltX;
int8_t tiltY;
} SS_PEN_PACKET, *PSS_PEN_PACKET;
#define SS_CONTROLLER_ARRIVAL_MAGIC 0x55000004