SDL/src
chalonverse 3b191580c3
Windows GDK Support (#5830)
* Added GDK

* Simplfied checks in SDL_config_wingdk.h

* Added testgdk sample

* Added GDK readme

* Fixed error in merge of SDL_windows.h

* Additional GDK fixes

* OpenWatcom should not export _SDL_GDKGetTaskQueue

* Formatting fixes

* Moved initialization code into SDL_GDKRunApp
2022-06-27 10:19:39 -07:00
..
atomic Windows GDK Support (#5830) 2022-06-27 10:19:39 -07:00
audio Windows GDK Support (#5830) 2022-06-27 10:19:39 -07:00
core Windows GDK Support (#5830) 2022-06-27 10:19:39 -07:00
cpuinfo Windows GDK Support (#5830) 2022-06-27 10:19:39 -07:00
dynapi Windows GDK Support (#5830) 2022-06-27 10:19:39 -07:00
events Windows GDK Support (#5830) 2022-06-27 10:19:39 -07:00
file Windows GDK Support (#5830) 2022-06-27 10:19:39 -07:00
filesystem Add filesystem driver 2022-06-15 15:15:26 -07:00
haptic re-use return value of SDL_SetError/WIN_SetErrorFromHRESULT/SDL_OutOfMemory 2022-01-28 20:40:19 -05:00
hidapi Windows GDK Support (#5830) 2022-06-27 10:19:39 -07:00
joystick Windows GDK Support (#5830) 2022-06-27 10:19:39 -07:00
libm Add some PS2 flags 2022-06-15 15:15:26 -07:00
loadso use SDL_InvalidParamError or SDL_assert instead of custom SDL_SetError 2022-01-28 20:40:19 -05:00
locale Vita: add SDL_GetPreferredLocales support 2022-03-29 15:02:21 -07:00
main Windows GDK Support (#5830) 2022-06-27 10:19:39 -07:00
misc minor update to winrt/SDL_sysurl.cpp 2022-02-04 20:03:50 +03:00
power Don't fail to get battery status if the upower refresh call fails 2022-02-04 14:02:44 -08:00
render Windows GDK Support (#5830) 2022-06-27 10:19:39 -07:00
sensor Removed problematic call to ISensor_SetEventSink() 2022-03-17 10:01:13 -07:00
stdlib Windows GDK Support (#5830) 2022-06-27 10:19:39 -07:00
test List the available tests if the filter didn't match 2022-06-18 06:52:16 -07:00
thread Added SDL_copyp to avoid size mismatch when copying values (thanks @1bsyl!) 2022-06-17 10:22:28 -07:00
timer Add systimer support 2022-06-15 15:15:26 -07:00
video Windows GDK Support (#5830) 2022-06-27 10:19:39 -07:00
SDL.c Windows GDK Support (#5830) 2022-06-27 10:19:39 -07:00
SDL_assert.c Windows GDK Support (#5830) 2022-06-27 10:19:39 -07:00
SDL_assert_c.h Updated copyright for 2022 2022-01-03 09:40:21 -08:00
SDL_dataqueue.c Updated copyright for 2022 2022-01-03 09:40:21 -08:00
SDL_dataqueue.h Updated copyright for 2022 2022-01-03 09:40:21 -08:00
SDL_error.c Remove macro definition for SDL_ERRBUFIZE 2022-06-11 08:42:59 -07:00
SDL_error_c.h Updated copyright for 2022 2022-01-03 09:40:21 -08:00
SDL_guid.c Refactoring: move GUID operations out of Joystick 2022-06-04 17:22:13 -07:00
SDL_hints.c SDL_SetHintWithPriority: actually, this test is good. 2022-06-06 10:55:29 -04:00
SDL_hints_c.h Updated copyright for 2022 2022-01-03 09:40:21 -08:00
SDL_internal.h Fix enabling SDL_DYNAMIC_API in OpenWatcom builds 2022-05-19 20:11:10 +03:00
SDL_list.c Add SDL_list.c/h 2022-04-01 08:01:44 +02:00
SDL_list.h Add SDL_list.c/h 2022-04-01 08:01:44 +02:00
SDL_log.c Windows GDK Support (#5830) 2022-06-27 10:19:39 -07:00
SDL_log_c.h Added declaration of SDL_LogInit() and SDL_LogQuit() 2022-04-28 15:01:34 -07:00