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

Method isMediaKey

shared/java/Key.java:185–187  ·  view source on GitHub ↗

All multimedia keys (channel up/down, volume control, etc...)

()

Source from the content-addressed store, hash-verified

183 * All multimedia keys (channel up/down, volume control, etc...)
184 */
185 public boolean isMediaKey() {
186 return (_mask & KeyType.MEDIA) != 0;
187 }
188
189 @ApiStatus.Internal public static final Map<String, Key> _nameMap;
190 static {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected