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_LEFT = 0x01;
public static final byte BUTTON_MIDDLE = 0x02; public static final byte BUTTON_MIDDLE = 0x02;
public static final byte BUTTON_RIGHT = 0x03; 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