Home | History | Annotate | Download | only in x11

Lines Matching refs:SDL_Display

349 		while ( XCheckTypedEvent(SDL_Display, MotionNotify, xevent) ) {
361 XWarpPointer(SDL_Display, None, SDL_Window, 0, 0, 0, 0,
364 XMaskEvent(SDL_Display, PointerMotionMask, xevent);
394 XNextEvent(SDL_Display, &xevent);
400 && X11_KeyRepeat(SDL_Display, &xevent) ) {
509 X11_SetKeyboardState(SDL_Display, xevent.xkeymap.key_vector);
565 keysym.sym = X11_TranslateKeycode(SDL_Display, keycode);
673 keysym.sym = (keycode ? X11_TranslateKeycode(SDL_Display, keycode) : 0);
693 keysym.sym = X11_TranslateKeycode(SDL_Display, keycode);
726 keysym.sym = X11_TranslateKeycode(SDL_Display, keycode);
765 keysym.sym = X11_TranslateKeycode(SDL_Display, keycode);
923 while ( X11_Pending(SDL_Display) ) {
1233 if ( !this || !SDL_Display ) {
1238 xkey.display = SDL_Display;
1253 get_modifier_masks(SDL_Display);