MCPcopy Index your code
hub / github.com/processing/processing / isShiftDown

Method isShiftDown

core/src/processing/event/Event.java:107–109  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

105
106
107 public boolean isShiftDown() {
108 return (modifiers & SHIFT) != 0;
109 }
110
111
112 public boolean isControlDown() {

Callers 4

nativeMouseEventMethod · 0.45
fxMouseEventMethod · 0.45
fxScrollEventMethod · 0.45
fxKeyEventMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected