Fix RawMouseEvent not being cancelable (#6310)

This commit is contained in:
bl4ckscor3 2019-11-13 00:12:25 +01:00 committed by LexManos
parent a72b774acf
commit 5d62261082

View file

@ -30,6 +30,7 @@ public class InputEvent extends Event
/** /**
* A cancellable mouse event fired before key bindings are updated * A cancellable mouse event fired before key bindings are updated
*/ */
@Cancelable
public static class RawMouseEvent extends InputEvent public static class RawMouseEvent extends InputEvent
{ {
private final int button; private final int button;