Issue metadata
Sign in to add a comment
|
ANGLE handles GetAsyncKeyState() incorrectly |
||||||||||||||||||||||||
Issue descriptionMSDN says the hi-order bit is the only one that's reliable and that HIWORD shouldn't be used to extract this bit: https://docs.microsoft.com/en-us/windows/desktop/api/winuser/nf-winuser-getasynckeystate ANGLE is using HIWORD @ https://cs.chromium.org/chromium/src/third_party/angle/util/windows/win32/Win32Window.cpp?q=GetAsyncKeyState&sq=package:chromium&dr=C
,
Jan 15
,
Jan 15
Still should avoid using HIWORD as documented.
,
Jan 15
Thanks for filing Gab. If you have time could you re-file at https://bugs.chromium.org/p/angleproject/issues/entry ? Less chance of it being lost. Otherwise I'll re-file later down the line.
,
Jan 16
(6 days ago)
,
Jan 16
(6 days ago)
|
|||||||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||||||
Comment 1 by gab@chromium.org
, Jan 15