Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
initWindow
Method · 0.80
placeWindow
Method · 0.80
placePresent
Method · 0.80
windowMoved
Method · 0.80
nativeMouseEvent
Method · 0.80
LinearGradient
Method · 0.80
RadialGradient
Method · 0.80
handleMouseEvent
Method · 0.80
screenY
Method · 0.80
fxMouseEvent
Method · 0.80
fxScrollEvent
Method · 0.80
createContext
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected