diff options
author | Johannes Schindelin <johannes.schindelin@gmx.de> | 2012-03-29 13:21:34 -0500 |
---|---|---|
committer | Johannes Schindelin <johannes.schindelin@gmx.de> | 2012-03-29 13:21:39 -0500 |
commit | f11e49b4e7faa78730a4125de3c6b8b56965e48a (patch) | |
tree | 390278d1a40230652fd1a3bf4e5e242ac92f51d1 /rfb | |
parent | 1078e8a8b050b5b4ebbcb011750f5dd2d8eacc37 (diff) | |
download | libtdevnc-f11e49b4e7faa78730a4125de3c6b8b56965e48a.tar.gz libtdevnc-f11e49b4e7faa78730a4125de3c6b8b56965e48a.zip |
SDLvncviewer: fix the SDL_KEYUP issue
Keys got stuck because unicode is 0 upon SDL_KEYUP events, even if the
same key event sets unicode correctly in SDL_KEYDOWN events.
Work around that for the common case (ASCII) using the fact that both SDL
and X11 keysyms were created with ASCII compatibility in mind. So as long
as we type ASCII symbols, we can map things trivially.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Diffstat (limited to 'rfb')
0 files changed, 0 insertions, 0 deletions