MCPcopy Create free account
hub / github.com/HumbleUI/JWM / isFunctionKey

Method isFunctionKey

shared/java/Key.java:144–146  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

142 }
143
144 public boolean isFunctionKey() {
145 return (_mask & KeyType.FUNCTION) != 0;
146 }
147
148 /**
149 * Navigation keys are arrow keys and Page Down, Page Up, Home, End

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected