Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/benfry/processing4
/ isShiftDown
Method
isShiftDown
app/src/processing/app/ui/EditorButton.java:165–167 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
163
164
165
public
boolean isShiftDown() {
166
return
shift;
167
}
168
169
170
@Override
Callers
8
JEditTextArea
Method · 0.45
doSingleClick
Method · 0.45
mousePressed
Method · 0.45
getRolloverText
Method · 0.45
mouseReleased
Method · 0.45
keyPressed
Method · 0.45
keyReleased
Method · 0.45
updateMouse
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected