mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2025-08-18 01:15:46 +00:00
Add X1 and X2 mouse buttons which are now apparently working
This commit is contained in:
parent
487a62f58c
commit
558ba488e8
@ -347,6 +347,8 @@ int LiSendMouseMoveEvent(short deltaX, short deltaY);
|
||||
#define BUTTON_LEFT 0x01
|
||||
#define BUTTON_MIDDLE 0x02
|
||||
#define BUTTON_RIGHT 0x03
|
||||
#define BUTTON_X1 0x04
|
||||
#define BUTTON_X2 0x05
|
||||
int LiSendMouseButtonEvent(char action, int button);
|
||||
|
||||
// This function queues a keyboard event to be sent to the remote server.
|
||||
|
Loading…
x
Reference in New Issue
Block a user