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

Method getX

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

Source from the content-addressed store, hash-verified

64
65
66 public int getX() {
67 return x;
68 }
69
70
71 public int getY() {

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
screenXMethod · 0.80
fxMouseEventMethod · 0.80
fxScrollEventMethod · 0.80
createContextMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected