MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / shiftKeyDown

Method shiftKeyDown

ij/src/main/java/ij/IJ.java:1166–1168  ·  view source on GitHub ↗

Returns true if the shift key is down.

()

Source from the content-addressed store, hash-verified

1164
1165 /** Returns true if the shift key is down. */
1166 public static boolean shiftKeyDown() {
1167 return shiftDown;
1168 }
1169
1170 /* Sets the specified key "down", where 'key'
1171 * is KeyEvent.VK_CONTROL, KeyEvent.VK_META,

Callers 15

deleteRoiMethod · 0.95
makePointMethod · 0.95
doWandMethod · 0.95
runCommandMethod · 0.95
isKeyDownMethod · 0.95
mousePressedMethod · 0.95
keyPressedMethod · 0.95
runCommandMethod · 0.95
doUpdateMethod · 0.95
adjustMinThresholdMethod · 0.95
drawHistogramMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected