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

Method isDigitKey

shared/java/Key.java:171–173  ·  view source on GitHub ↗

All Digit keys (including the keypad digits)

()

Source from the content-addressed store, hash-verified

169 * All Digit keys (including the keypad digits)
170 */
171 public boolean isDigitKey() {
172 return (_mask & KeyType.DIGIT) != 0;
173 }
174
175 /**
176 * Space, tab and enter

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected