Restores the system value for press-and-hold for this window.
()
| 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 |
nothing calls this directly
no test coverage detected