| .. |
|
SDL_androidclipboard.c
|
Fix -Wundef warnings due to use of unguarded SDL_VIDEO_DRIVER_ANDROID
|
2023-03-28 19:29:42 +02:00 |
|
SDL_androidclipboard.h
|
Updated copyright for 2023
|
2023-01-09 09:41:41 -08:00 |
|
SDL_androidevents.c
|
Fix -Wundef warnings due to use of unguarded SDL_AUDIO_DRIVER_ANDROID
|
2023-03-28 19:29:43 +02:00 |
|
SDL_androidevents.h
|
Updated copyright for 2023
|
2023-01-09 09:41:41 -08:00 |
|
SDL_androidgl.c
|
Fix -Wundef warnings due to use of unguarded SDL_VIDEO_DRIVER_ANDROID
|
2023-03-28 19:29:42 +02:00 |
|
SDL_androidgl.h
|
Updated copyright for 2023
|
2023-01-09 09:41:41 -08:00 |
|
SDL_androidkeyboard.c
|
Fix -Wundef warnings due to use of unguarded SDL_VIDEO_DRIVER_ANDROID
|
2023-03-28 19:29:42 +02:00 |
|
SDL_androidkeyboard.h
|
Change return type from void to int, for functions that set an error
|
2023-02-07 13:51:45 -08:00 |
|
SDL_androidmessagebox.c
|
Fix -Wundef warnings due to use of unguarded SDL_VIDEO_DRIVER_ANDROID
|
2023-03-28 19:29:42 +02:00 |
|
SDL_androidmessagebox.h
|
Fix -Wundef warnings due to use of unguarded SDL_VIDEO_DRIVER_ANDROID
|
2023-03-28 19:29:42 +02:00 |
|
SDL_androidmouse.c
|
Fix -Wundef warnings due to use of unguarded SDL_VIDEO_DRIVER_ANDROID
|
2023-03-28 19:29:42 +02:00 |
|
SDL_androidmouse.h
|
Updated copyright for 2023
|
2023-01-09 09:41:41 -08:00 |
|
SDL_androidtouch.c
|
Fix -Wundef warnings due to use of unguarded SDL_VIDEO_DRIVER_ANDROID
|
2023-03-28 19:29:42 +02:00 |
|
SDL_androidtouch.h
|
Updated copyright for 2023
|
2023-01-09 09:41:41 -08:00 |
|
SDL_androidvideo.c
|
Fix -Wundef warnings due to use of unguarded SDL_VIDEO_DRIVER_ANDROID
|
2023-03-28 19:29:42 +02:00 |
|
SDL_androidvideo.h
|
Added SDL_GetSystemTheme() to return whether the system is using a dark or light color theme, and SDL_EVENT_SYSTEM_THEME_CHANGED is sent when this changes
|
2023-03-09 03:25:20 -08:00 |
|
SDL_androidvulkan.c
|
Fix -Wundef warnings due to use of unguarded SDL_VIDEO_DRIVER_ANDROID
|
2023-03-28 19:29:42 +02:00 |
|
SDL_androidvulkan.h
|
Fix -Wundef warnings due to use of unguarded SDL_VIDEO_DRIVER_ANDROID
|
2023-03-28 19:29:42 +02:00 |
|
SDL_androidwindow.c
|
Fix -Wundef warnings due to use of unguarded SDL_VIDEO_DRIVER_ANDROID
|
2023-03-28 19:29:42 +02:00 |
|
SDL_androidwindow.h
|
Displays are now referenced by instance ID instead of index
|
2023-01-29 19:25:15 -08:00 |