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

Method isWhitespaceKey

shared/java/Key.java:178–180  ·  view source on GitHub ↗

Space, tab and enter

()

Source from the content-addressed store, hash-verified

176 * Space, tab and enter
177 */
178 public boolean isWhitespaceKey() {
179 return (_mask & KeyType.WHITESPACE) != 0;
180 }
181
182 /**
183 * All multimedia keys (channel up/down, volume control, etc...)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected