MCPcopy 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

JEditTextAreaMethod · 0.45
doSingleClickMethod · 0.45
mousePressedMethod · 0.45
getRolloverTextMethod · 0.45
mouseReleasedMethod · 0.45
keyPressedMethod · 0.45
keyReleasedMethod · 0.45
updateMouseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected