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

Method setInputEvent

ij/src/main/java/ij/IJ.java:1236–1239  ·  view source on GitHub ↗
(InputEvent e)

Source from the content-addressed store, hash-verified

1234 }
1235
1236 public static void setInputEvent(InputEvent e) {
1237 altDown = e.isAltDown();
1238 shiftDown = e.isShiftDown();
1239 }
1240
1241 /** Returns true if this machine is a Macintosh. */
1242 public static boolean isMacintosh() {

Callers 8

mouseDraggedMethod · 0.95
mouseMovedMethod · 0.95
mouseClickedMethod · 0.95
mousePressedMethod · 0.95
mouseReleasedMethod · 0.95
mouseMovedMethod · 0.95
mouseDraggedMethod · 0.95
mouseWheelMovedMethod · 0.95

Calls 2

isAltDownMethod · 0.80
isShiftDownMethod · 0.80

Tested by

no test coverage detected