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

Method spaceBarDown

ij/src/main/java/ij/IJ.java:1151–1153  ·  view source on GitHub ↗

Returns true if the space bar is down.

()

Source from the content-addressed store, hash-verified

1149
1150 /** Returns true if the space bar is down. */
1151 public static boolean spaceBarDown() {
1152 return spaceDown;
1153 }
1154
1155 /** Returns true if the control key is down. */
1156 public static boolean controlKeyDown() {

Callers 13

isKeyDownMethod · 0.95
nextSliceMethod · 0.95
previousSliceMethod · 0.95
changeSliceMethod · 0.95
mousePressedMethod · 0.95
mouseDraggedMethod · 0.95
handleMouseUpMethod · 0.95
mouseWheelMovedMethod · 0.95
setCursorMethod · 0.95
mousePressedMethod · 0.95
mouseDraggedMethod · 0.95
mouseWheelMovedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected