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

Method resetPressAndHoldEnabled

macos/java/WindowMac.java:312–315  ·  view source on GitHub ↗

Restores the system value for press-and-hold for this window.

()

Source from the content-addressed store, hash-verified

310 * Restores the system value for press-and-hold for this window.
311 */
312 @NotNull @Contract("-> this")
313 public WindowMac resetPressAndHoldEnabled() {
314 return setPressAndHoldEnabled(isPressAndHoldEnabledGlobally());
315 }
316
317 /**
318 * Returns whether press-and-hold is currently enabled for this window

Callers

nothing calls this directly

Calls 2

Tested by

no test coverage detected