MCPcopy Create free account
hub / github.com/BaseXdb/basex / sc

Method sc

basex-core/src/main/java/org/basex/gui/layout/BaseXKeys.java:169–171  ·  view source on GitHub ↗

Returns true if the system's shortcut key was pressed. @param e input event @return result of check

(final InputEvent e)

Source from the content-addressed store, hash-verified

167 * @return result of check
168 */
169 public static boolean sc(final InputEvent e) {
170 return (META & e.getModifiersEx()) == META;
171 }
172
173 /**
174 * Returns true if the pressed key includes a control key.

Callers 4

keyPressedMethod · 0.45
mousePressedMethod · 0.45
mousePressedMethod · 0.45
keyPressedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected