feat: add BrowserWindow.isOccluded()
(#38982)
feat: add BrowserWindow.isOccluded()
This commit is contained in:
parent
08236f7a9e
commit
768ece6b54
9 changed files with 89 additions and 2 deletions
|
@ -56,6 +56,7 @@ class NativeWindowViews : public NativeWindow,
|
|||
void Hide() override;
|
||||
bool IsVisible() const override;
|
||||
bool IsEnabled() const override;
|
||||
bool IsOccluded() const override;
|
||||
void SetEnabled(bool enable) override;
|
||||
void Maximize() override;
|
||||
void Unmaximize() override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue