mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-19 11:03:01 +00:00
Add support for X1 and X2 mouse buttons
This commit is contained in:
parent
a64db9d86f
commit
16c4b2532d
@ -7,4 +7,6 @@ public class MouseButtonPacket {
|
||||
public static final byte BUTTON_LEFT = 0x01;
|
||||
public static final byte BUTTON_MIDDLE = 0x02;
|
||||
public static final byte BUTTON_RIGHT = 0x03;
|
||||
public static final byte BUTTON_X1 = 0x04;
|
||||
public static final byte BUTTON_X2 = 0x05;
|
||||
}
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit b2ebba2167a204808418f638d2066066d73a35d7
|
||||
Subproject commit 558ba488e8eb7a614b6d9a93968c7c69683f942d
|
Loading…
x
Reference in New Issue
Block a user