mirror of
https://github.com/processing/processing4.git
synced 2026-02-14 19:05:34 +01:00
removed println in window listener
This commit is contained in:
@@ -3303,13 +3303,11 @@ public class PGL {
|
||||
class NEWTWindowListener implements com.jogamp.newt.event.WindowListener {
|
||||
@Override
|
||||
public void windowGainedFocus(WindowEvent arg0) {
|
||||
System.out.println("gained");
|
||||
pg.parent.focusGained(null);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void windowLostFocus(WindowEvent arg0) {
|
||||
System.out.println("lost");
|
||||
pg.parent.focusLost(null);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user