mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-05-19 16:10:12 +00:00
Add Sunshine protocol extension to support non-normalized key codes
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@ typedef struct _NV_HAPTICS_PACKET {
|
||||
#define KEY_UP_EVENT_MAGIC 0x00000004
|
||||
typedef struct _NV_KEYBOARD_PACKET {
|
||||
NV_INPUT_HEADER header;
|
||||
char zero1;
|
||||
char flags; // Sunshine extension (always 0 for GFE)
|
||||
short keyCode;
|
||||
char modifiers;
|
||||
short zero2;
|
||||
|
||||
Reference in New Issue
Block a user