mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-04-13 19:36:34 +00:00
Add support for X1 and X2 mouse buttons
This commit is contained in:
committed by
Iwan Timmer
parent
c52ba9c041
commit
e21e2074e3
@@ -110,6 +110,12 @@ static int x11_handler(int fd) {
|
||||
case Button5:
|
||||
LiSendScrollEvent(-1);
|
||||
break;
|
||||
case 8:
|
||||
button = BUTTON_X1;
|
||||
break;
|
||||
case 9:
|
||||
button = BUTTON_X2;
|
||||
break;
|
||||
}
|
||||
|
||||
if (button != 0)
|
||||
|
||||
Reference in New Issue
Block a user