Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ isMetaDown
Method
isMetaDown
core/src/processing/event/Event.java:117–119 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
115
116
117
public
boolean isMetaDown() {
118
return
(modifiers & META) != 0;
119
}
120
121
122
public
boolean isAltDown() {
Callers
5
handleKeyEvent
Method · 0.80
fxMouseEvent
Method · 0.80
fxScrollEvent
Method · 0.80
fxKeyEvent
Method · 0.80
processCompletionKeys
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected