mirror of
https://github.com/processing/processing4.git
synced 2026-02-11 17:40:48 +01:00
fix bug with multiple key events coming through
This commit is contained in:
@@ -85,6 +85,7 @@ public class PGraphicsGL extends PGraphics3 {
|
||||
|
||||
//System.out.println("creating PGraphicsGL 5");
|
||||
|
||||
//System.out.println("adding canvas listeners");
|
||||
canvas.addMouseListener(applet);
|
||||
canvas.addMouseMotionListener(applet);
|
||||
canvas.addKeyListener(applet);
|
||||
|
||||
Reference in New Issue
Block a user