🏁 Add API to forward mouse messages.

As opposed to the existing setIgnoreMouseEvents this call makes Chromium aware of mouse movements, allowing the user to stop forwarding according to movements in the webpage.
This commit is contained in:
Andreas Flöjt 2017-08-02 21:16:37 +02:00
parent 5e06ac11e9
commit a84fa0eecb
6 changed files with 111 additions and 0 deletions

View file

@ -201,6 +201,7 @@ class Window : public mate::TrackableObject<Window>,
bool SetThumbnailClip(const gfx::Rect& region);
bool SetThumbnailToolTip(const std::string& tooltip);
void SetAppDetails(const mate::Dictionary& options);
void SetForwardMouseMessages(bool forward);
#endif
#if defined(TOOLKIT_VIEWS)