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

Method isArrowKey

shared/java/Key.java:156–158  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

154 }
155
156 public boolean isArrowKey() {
157 return (_mask & KeyType.ARROW) != 0;
158 }
159
160 public boolean isModifierKey() {
161 return (_mask & KeyType.MODIFIER) != 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected