зеркало из https://github.com/mozilla/gecko-dev.git
c3ba51407b
This change addresses two issues with vrhost sending WM_MOUSEWHEEL events: - The point from the message had an incorrect coordinate origin. Documentation specifices that it should be screen, rather than window/client, origin. Since vrhost only knows about a position in the window, it translates the point before sending the message. - Gecko ignores the point passed in to the window message and instead uses the point from GetMessagePos. As warnings indicate, this can be incorrect, as is exposed with vrhost. This change now uses this point from the message when available. Differential Revision: https://phabricator.services.mozilla.com/D51322 --HG-- extra : moz-landing-system : lando |
||
---|---|---|
.. | ||
testhost | ||
moz.build | ||
vrhost.def | ||
vrhostapi.cpp | ||
vrhostex.h | ||
vrhostnightly.def | ||
vrhosttest.cpp |