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

Method isPressAndHoldEnabled

macos/java/WindowMac.java:320–323  ·  view source on GitHub ↗

Returns whether press-and-hold is currently enabled for this window

()

Source from the content-addressed store, hash-verified

318 * Returns whether press-and-hold is currently enabled for this window
319 */
320 public boolean isPressAndHoldEnabled() {
321 assert _onUIThread() : "Should be run on UI thread";
322 return _nIsPressAndHoldEnabled();
323 }
324
325 /**
326 * Returns the value of the macOS-wide "ApplePressAndHoldEnabled" setting

Callers 1

acceptMethod · 0.80

Calls 2

_onUIThreadMethod · 0.45

Tested by

no test coverage detected