]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: console: Ignore dwControlKeyState in event comparison.
authorTakashi Yano <takashi.yano@nifty.ne.jp>
Fri, 18 Mar 2022 23:43:24 +0000 (08:43 +0900)
committerTakashi Yano <takashi.yano@nifty.ne.jp>
Fri, 18 Mar 2022 23:43:24 +0000 (08:43 +0900)
commit92519e3d0cd71a2ebce70e43e72d22cfee6945ab
tree3a066b4d7acb565af87935aff5fb3962294b5a7f
parent8d3271b7fa4ceed4825ce125123b75447ef18d53
Cygwin: console: Ignore dwControlKeyState in event comparison.

- dwControlKeyState also may be null'ed on WriteConsoleInputW().
  Therefore ignore it in event comparison as well as wVirtualKeyCode
  and wVirtualScanCode.
winsup/cygwin/fhandler_console.cc
This page took 0.033744 seconds and 5 git commands to generate.