MCPcopy Index your code
hub / github.com/processing/processing / windowClosing

Method windowClosing

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

Source from the content-addressed store, hash-verified

538
539 frame.addWindowListener(new WindowAdapter() {
540 @Override
541 public void windowClosing(WindowEvent e) {
542 sketch.exit(); // don't quit, need to just shut everything down (0133)
543 }
544 });
545
546// sketch.setFrame(frame);

Callers

nothing calls this directly

Calls 1

exitMethod · 0.80

Tested by

no test coverage detected