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

Method frameMoved

core/src/processing/core/PApplet.java:10531–10536  ·  view source on GitHub ↗
(int x, int y)

Source from the content-addressed store, hash-verified

10529
10530
10531 public void frameMoved(int x, int y) {
10532 if (!fullScreen) {
10533 System.err.println(EXTERNAL_MOVE + " " + x + " " + y);
10534 System.err.flush(); // doesn't seem to help or hurt
10535 }
10536 }
10537
10538
10539 public void frameResized(int w, int h) {

Callers 3

windowMovedMethod · 0.80
changedMethod · 0.80
componentMovedMethod · 0.80

Calls 2

printlnMethod · 0.45
flushMethod · 0.45

Tested by

no test coverage detected