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

Method getY

core/src/processing/event/MouseEvent.java:71–73  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

69
70
71 public int getY() {
72 return y;
73 }
74
75
76 /** Which button was pressed, either LEFT, CENTER, or RIGHT. */

Callers 15

initWindowMethod · 0.80
placeWindowMethod · 0.80
placePresentMethod · 0.80
windowMovedMethod · 0.80
nativeMouseEventMethod · 0.80
LinearGradientMethod · 0.80
RadialGradientMethod · 0.80
handleMouseEventMethod · 0.80
screenYMethod · 0.80
fxMouseEventMethod · 0.80
fxScrollEventMethod · 0.80
createContextMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected