mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
finish exit() function, add ESC to kill present mode and applets
This commit is contained in:
@@ -93,7 +93,6 @@ public class PGraphicsGL extends PGraphics3 {
|
||||
canvas.setBounds(0, 0, width, height);
|
||||
|
||||
//System.out.println("creating PGraphicsGL 5");
|
||||
|
||||
//System.out.println("adding canvas listeners");
|
||||
canvas.addMouseListener(applet);
|
||||
canvas.addMouseMotionListener(applet);
|
||||
|
||||
Reference in New Issue
Block a user