You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libtdevnc/client_examples
Johannes Schindelin f11e49b4e7 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>
14 years ago
..
Makefile.am Here is a port of SDLvncviewer to GTK+2. 14 years ago
SDLvncviewer.c SDLvncviewer: fix the SDL_KEYUP issue 14 years ago
backchannel.c Add doxygen documentation support. 15 years ago
gtkvncviewer.c Here is a port of SDLvncviewer to GTK+2. 14 years ago
ppmtest.c Add doxygen documentation support. 15 years ago
scrap.c Clipboard support for SDLvncviewer 17 years ago
scrap.h Clipboard support for SDLvncviewer 17 years ago
vnc2mpg.c Add doxygen documentation support. 15 years ago