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
1 changed files with 1 additions and 0 deletions

View File

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