sdl2_frt/src/video
Bastien Bouclet 545fba7886 x11: Don't send duplicate events when reconciling the keyboard state
Failing to check if a key was known to be pressed by SDL was causing
SDL_SendKeyboardKey to send duplicate key pressed events with the repeat
property set to true.

Fixes Bugzilla #3637.
2017-04-22 19:53:52 +02:00
..
android SDL - add SDL_WINDOW_VULKAN and make Android_CreateWindow only create an EGLSurface when SDL_WINDOW_VULKAN is not present. This makes it so the ANativeWindow* can be used with vkCreateAndroidSurfaceKHR, otherwise it will fail because having both an EGLSurface and VkSurfaceKHR attached to a window is not allowed according to the Vulkan spec: 2017-05-16 06:30:39 -07:00
cocoa Changed messages about not recognized keys to include discourse link. 2017-05-26 22:45:52 +02:00
directfb directfb: Changed internal function to be static. 2017-05-25 23:01:34 +02:00
dummy
emscripten emscripten: Fixed compiling on C89 compilers. 2017-05-26 22:45:40 +02:00
haiku haiku: Fixed SDL_SetClipboardText() putting random data in clipboard. 2017-05-28 21:50:11 +02:00
mir Removed redundant mouse clean up on quit for some platforms. 2017-05-19 23:30:59 +02:00
nacl Changed messages about not recognized keys to include discourse link. 2017-05-26 22:45:52 +02:00
pandora
psp
raspberry
uikit Added support for mixing Qt and SDL on iOS 2017-05-09 10:10:42 -07:00
vivante
wayland wayland: Fixed freeing memory of SDL_malloc() with plain free(). 2017-05-25 23:00:58 +02:00
windows code style: wrap a single-statement if in braces. 2017-05-27 00:33:26 -04:00
winrt
x11 x11: Don't send duplicate events when reconciling the keyboard state 2017-04-22 19:53:52 +02:00
SDL_blit_0.c
SDL_blit_1.c
SDL_blit_A.c
SDL_blit_auto.c
SDL_blit_auto.h
SDL_blit_copy.c
SDL_blit_copy.h
SDL_blit_N.c
SDL_blit_slow.c
SDL_blit_slow.h
SDL_blit.c
SDL_blit.h
SDL_bmp.c
SDL_clipboard.c
SDL_egl_c.h
SDL_egl.c
SDL_fillrect.c
SDL_pixels_c.h
SDL_pixels.c
SDL_rect_c.h
SDL_rect.c
SDL_RLEaccel_c.h
SDL_RLEaccel.c
SDL_shape_internals.h
SDL_shape.c
SDL_stretch.c
SDL_surface.c
SDL_sysvideo.h Added support for mixing Qt and SDL on iOS 2017-05-09 10:10:42 -07:00
SDL_video.c SDL - add SDL_WINDOW_VULKAN and make Android_CreateWindow only create an EGLSurface when SDL_WINDOW_VULKAN is not present. This makes it so the ANativeWindow* can be used with vkCreateAndroidSurfaceKHR, otherwise it will fail because having both an EGLSurface and VkSurfaceKHR attached to a window is not allowed according to the Vulkan spec: 2017-05-16 06:30:39 -07:00
sdlgenblit.pl