MCPcopy Create free account
hub / github.com/benfry/processing4 / windowClosing

Method windowClosing

core/src/processing/awt/PSurfaceAWT.java:449–452  ·  view source on GitHub ↗
(WindowEvent e)

Source from the content-addressed store, hash-verified

447
448 frame.addWindowListener(new WindowAdapter() {
449 @Override
450 public void windowClosing(WindowEvent e) {
451 sketch.exit(); // don't quit, need to just shut everything down (0133)
452 }
453 });
454
455// sketch.setFrame(frame);

Callers

nothing calls this directly

Calls 1

exitMethod · 0.45

Tested by

no test coverage detected