SDL2/src/dynapi
Sylvain c5c94a6be6 Change return type from void to int, for functions that set an error
(SDL_SetError(), SDL_OutOfMemory(), SDL_Unsupported(), SDL_InvalidParam())

Update prototype to forward errors to generic layer, for the functions:
MoveCursor, WarpMouse, GL_DeleteContext, GetDisplayModes.

Check invalid parameter in SDL_SetTextInputRect() generic layer.
2023-02-07 13:51:45 -08:00
..
gendynapi.py Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_dynapi.c dynapi: cast GetProcAddress() result to void* 2023-02-03 17:40:40 +03:00
SDL_dynapi.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_dynapi.sym Renderer logical size is now implemented as a render target 2023-02-03 12:57:37 -08:00
SDL_dynapi_overrides.h Renderer logical size is now implemented as a render target 2023-02-03 12:57:37 -08:00
SDL_dynapi_procs.h Change return type from void to int, for functions that set an error 2023-02-07 13:51:45 -08:00