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

Method componentMoved

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

Source from the content-addressed store, hash-verified

1025 }
1026
1027 @Override
1028 public void componentMoved(ComponentEvent e) {
1029 Point where = ((Frame) e.getSource()).getLocation();
1030 sketch.postWindowMoved(where.x, where.y);
1031 }
1032 });
1033 }
1034

Callers

nothing calls this directly

Calls 2

getSourceMethod · 0.80
postWindowMovedMethod · 0.80

Tested by

no test coverage detected