Fix RawMouseEvent not being cancelable (#6310)
This commit is contained in:
parent
a72b774acf
commit
5d62261082
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue