Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/apigen-codec-common/X11/
DXutil.h251 ((((KeySym)(keysym) >= XK_Shift_L) && ((KeySym)(keysym) <= XK_Hyper_R)) \
258 ((((KeySym)(keysym) >= XK_Shift_L) && ((KeySym)(keysym) <= XK_Hyper_R)) \
Dkeysymdef.h315 #define XK_Shift_L 0xffe1 /* Left shift */ macro
/hardware/google/gfxstream/host/testlibs/x11/
DX11Window.cpp33 case XK_Shift_L: return KEY_LSHIFT; in X11CodeToKey()