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

Method controlKeyDown

ij/src/main/java/ij/IJ.java:1156–1158  ·  view source on GitHub ↗

Returns true if the control key is down.

()

Source from the content-addressed store, hash-verified

1154
1155 /** Returns true if the control key is down. */
1156 public static boolean controlKeyDown() {
1157 return controlDown;
1158 }
1159
1160 /** Returns true if the alt key is down. */
1161 public static boolean altKeyDown() {

Callers 6

isKeyDownMethod · 0.95
nextSliceMethod · 0.95
previousSliceMethod · 0.95
changeSliceMethod · 0.95
mouseDownInHandleMethod · 0.95
drawLineMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected