]> source.dussan.org Git - tigervnc.git/commit
Cancel AltGr timeout on mouse events as well
authorSamuel Mannehed <samuel@cendio.se>
Tue, 31 Mar 2020 20:02:21 +0000 (22:02 +0200)
committerNiko Lehto <nikle@cendio.se>
Fri, 29 May 2020 13:26:33 +0000 (15:26 +0200)
commitd71135b02bd47037e5c210dbf678815a880065ed
tree7f2bc1ee33da6a3f33c25008194fd6ff5dc3f034
parentc79a05dc152a6a51d38b8db9f085339bd193241a
Cancel AltGr timeout on mouse events as well

We have a timer after Ctrl is pressed in order to see if an Alt will
come right after. Ctrl + Alt is what windows sends for AltGr.
If a key other than Alt was pressed we knew that we could cancel this
timer, this commit extends that to mouse events too.

Since this detection breaks the true order of events we want to make
a decision as fast as possible.
vncviewer/Viewport.cxx
vncviewer/Viewport.h