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

Method componentMoved

core/src/processing/awt/PSurfaceAWT.java:1100–1104  ·  view source on GitHub ↗
(ComponentEvent e)

Source from the content-addressed store, hash-verified

1098 public void setupExternalMessages() {
1099 frame.addComponentListener(new ComponentAdapter() {
1100 @Override
1101 public void componentMoved(ComponentEvent e) {
1102 Point where = ((Frame) e.getSource()).getLocation();
1103 sketch.frameMoved(where.x, where.y);
1104 }
1105 });
1106 }
1107

Callers

nothing calls this directly

Calls 1

frameMovedMethod · 0.80

Tested by

no test coverage detected