Add blur method to window ref #4724
This commit is contained in:
parent
377a8eefb2
commit
704b8335aa
4 changed files with 17 additions and 0 deletions
|
@ -397,6 +397,10 @@ the [close event](#event-close).
|
|||
|
||||
Focus on the window.
|
||||
|
||||
### `win.blur()`
|
||||
|
||||
Remove focus on the window.
|
||||
|
||||
### `win.isFocused()`
|
||||
|
||||
Returns a boolean, whether the window is focused.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue