Implement SetIgnoreMouseEvents for Windows
This commit is contained in:
parent
fe4b957587
commit
cae25cab3e
4 changed files with 13 additions and 4 deletions
|
@ -91,6 +91,7 @@ class NativeWindowViews : public NativeWindow,
|
|||
void SetBackgroundColor(const std::string& color_name) override;
|
||||
void SetHasShadow(bool has_shadow) override;
|
||||
bool HasShadow() override;
|
||||
void SetIgnoreMouseEvents(bool ignore) override;
|
||||
void SetMenu(ui::MenuModel* menu_model) override;
|
||||
gfx::NativeWindow GetNativeWindow() override;
|
||||
void SetOverlayIcon(const gfx::Image& overlay,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue