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