support an api with SetIgnoreMouseEvents, and worked fine with osx
This commit is contained in:
parent
e1d7ef7e24
commit
5f092a6c65
6 changed files with 15 additions and 0 deletions
|
@ -62,6 +62,7 @@ class NativeWindowMac : public NativeWindow {
|
|||
std::string GetRepresentedFilename() override;
|
||||
void SetDocumentEdited(bool edited) override;
|
||||
bool IsDocumentEdited() override;
|
||||
void SetIgnoreMouseEvents(bool ignore) override;
|
||||
bool HasModalDialog() override;
|
||||
gfx::NativeWindow GetNativeWindow() override;
|
||||
void SetProgressBar(double progress) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue