mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-06-18 14:51:30 +00:00
Fix HScroll packet typedef
This commit is contained in:
+1
-1
@@ -114,6 +114,6 @@ typedef struct _NV_SCROLL_PACKET {
|
|||||||
typedef struct _SS_HSCROLL_PACKET {
|
typedef struct _SS_HSCROLL_PACKET {
|
||||||
NV_INPUT_HEADER header;
|
NV_INPUT_HEADER header;
|
||||||
short scrollAmount;
|
short scrollAmount;
|
||||||
} SS_HSCROLL_PACKET, *PSS_HSCROLL_EVENT;
|
} SS_HSCROLL_PACKET, *PSS_HSCROLL_PACKET;
|
||||||
|
|
||||||
#pragma pack(pop)
|
#pragma pack(pop)
|
||||||
|
|||||||
Reference in New Issue
Block a user