[Bug 30814] Age of Empires II scrolling gets stuck after Alt-Tab away and back

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Feb 25 03:08:37 CST 2018


https://bugs.winehq.org/show_bug.cgi?id=30814

Stefan Dösinger <stefan at codeweavers.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |stefan at codeweavers.com

--- Comment #46 from Stefan Dösinger <stefan at codeweavers.com> ---
The way I read the MSDN page it doesn't guarantee that the other bits are 0.
Either way it doesn't matter much, the game would still do something wrong.

We have few tests for this function. We have a few tests for GetKeyState and
GetAsyncKeyState, but they only test the highest bit. Extending them for the
'undefined' bits could unconver some patterns. Depending on the outcome it may
be possible to filter the other flags in our GetKeyboardState implementation or
inside wineserver.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.


More information about the wine-bugs mailing list