mirror of
https://github.com/processing/processing4.git
synced 2026-02-13 02:20:45 +01:00
rewriting event queue setup, changing default imports, general havoc
This commit is contained in:
@@ -50,6 +50,7 @@ public class MouseEvent extends Event {
|
||||
long millis, int action, int modifiers,
|
||||
int x, int y, int button, int clickCount) {
|
||||
super(nativeObject, millis, action, modifiers);
|
||||
this.flavor = MOUSE;
|
||||
this.x = x;
|
||||
this.y = y;
|
||||
this.button = button;
|
||||
|
||||
Reference in New Issue
Block a user