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

Method altKeyDown

ij/src/main/java/ij/IJ.java:1161–1163  ·  view source on GitHub ↗

Returns true if the alt key is down.

()

Source from the content-addressed store, hash-verified

1159
1160 /** Returns true if the alt key is down. */
1161 public static boolean altKeyDown() {
1162 return altDown;
1163 }
1164
1165 /** Returns true if the shift key is down. */
1166 public static boolean shiftKeyDown() {

Callers 15

deleteRoiMethod · 0.95
revertMethod · 0.95
mouseMovedMethod · 0.95
makePointMethod · 0.95
doWandMethod · 0.95
getProfileMethod · 0.95
isKeyDownMethod · 0.95
runMethod · 0.95
runMethod · 0.95
equalizeMethod · 0.95
addToRoiManagerMethod · 0.95
setPropertiesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected