MCPcopy Index your code
hub / github.com/benfry/processing4 / getX

Method getX

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

Source from the content-addressed store, hash-verified

53
54
55 public int getX() {
56 return x;
57 }
58
59
60 public int getY() {

Callers 15

getDisplayBoundsMethod · 0.80
initWindowMethod · 0.80
placeWindowMethod · 0.80
placePresentMethod · 0.80
windowMovedMethod · 0.80
nativeMouseEventMethod · 0.80
LinearGradientMethod · 0.80
RadialGradientMethod · 0.80
handleMouseEventMethod · 0.80
createContextMethod · 0.80
quadraticVertexMethod · 0.80
placeWindowMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected