Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ isShiftDown
Method
isShiftDown
core/src/processing/event/Event.java:107–109 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
105
106
107
public
boolean isShiftDown() {
108
return
(modifiers & SHIFT) != 0;
109
}
110
111
112
public
boolean isControlDown() {
Callers
4
nativeMouseEvent
Method · 0.45
fxMouseEvent
Method · 0.45
fxScrollEvent
Method · 0.45
fxKeyEvent
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected