mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-05-19 16:10:12 +00:00
Fix signness of pen tilt parameters
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user