Add support for X1 and X2 mouse buttons

This commit is contained in:
Cameron Gutman
2018-10-05 00:55:08 -07:00
parent a64db9d86f
commit 16c4b2532d
2 changed files with 3 additions and 1 deletions

View File

@@ -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;
}

Submodule moonlight-common/src/main/jni/moonlight-core/moonlight-common-c updated: b2ebba2167...558ba488e8