Implement horizontal scrolling protocol extension for Sunshine

This commit is contained in:
Cameron Gutman
2023-01-16 20:56:51 -06:00
parent ef9ad529a4
commit 071e595766
4 changed files with 54 additions and 0 deletions
+6
View File
@@ -110,4 +110,10 @@ typedef struct _NV_SCROLL_PACKET {
short zero3;
} NV_SCROLL_PACKET, *PNV_SCROLL_PACKET;
#define SS_HSCROLL_MAGIC 0x55000001
typedef struct _SS_HSCROLL_PACKET {
NV_INPUT_HEADER header;
short scrollAmount;
} SS_HSCROLL_PACKET, *PSS_HSCROLL_EVENT;
#pragma pack(pop)