Returns whether press-and-hold is currently enabled for this window
()
| 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 |
no test coverage detected