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

Method isModifierKey

shared/java/Key.java:160–162  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

158 }
159
160 public boolean isModifierKey() {
161 return (_mask & KeyType.MODIFIER) != 0;
162 }
163
164 public boolean isLetterKey() {
165 return (_mask & KeyType.LETTER) != 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected