Home
last modified time | relevance | path

Searched refs:xkeysym (Results 1 – 1 of 1) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/x11/
DSDL_x11events.c581 KeySym xkeysym; in X11_DispatchEvent() local
596 count = Xutf8LookupString(SDL_IC, &xevent.xkey, keydata, sizeof(keybuf), &xkeysym, &status); in X11_DispatchEvent()
606 count = Xutf8LookupString(SDL_IC, &xevent.xkey, keydata, count, &xkeysym, &status); in X11_DispatchEvent()