Sam Lantinga
|
f2074d7af3
Updated copyright for 2025
|
1 سال پیش |
Sam Lantinga
|
a432abf4cc
Make sure that we quit if we get a terminating event
|
1 سال پیش |
Ryan C. Gordon
|
1787d6ca5c
main: SDL_AppQuit() now reports the result value.
|
1 سال پیش |
Sam Lantinga
|
a90ad3b0e2
Removed SDL_bool in favor of plain bool
|
1 سال پیش |
Sam Lantinga
|
8d223b3037
Renamed atomic functions to match SDL 3.0 naming convention
|
1 سال پیش |
Sam Lantinga
|
f827c1322c
Renamed SDL_Del* to SDL_Remove*
|
1 سال پیش |
Sam Lantinga
|
00c409cff8
Additional cleanup exposed by building with a C++ compiler
|
1 سال پیش |
Sam Lantinga
|
9ff3446f03
Use SDL_bool instead an int return code in the SDL API
|
1 سال پیش |
Sam Lantinga
|
8f546bb3c9
Use C99 bool internally in SDL
|
1 سال پیش |
Sam Lantinga
|
037541a0e0
Check standard error code return values as < 0 instead of == -1
|
1 سال پیش |
Sam Lantinga
|
438a214420
Changed main callback return values to an enumeration
|
1 سال پیش |
Sam Lantinga
|
627cb8acd0
SDL_EventFilter functions now return SDL_bool
|
1 سال پیش |
Amir
|
5db08b86ca
Fix warning for Android NDK compiler: "function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]"
|
1 سال پیش |
Ryan C. Gordon
|
38e3c6a4aa
main: Add an optional `appstate` param to main callback entry points.
|
2 سال پیش |
Sam Lantinga
|
a2665f54c8
Updated the atomic API for SDL 3.0 naming conventions
|
2 سال پیش |
Sam Lantinga
|
5b3ee51c6c
Updated copyright for 2024
|
2 سال پیش |
Sam Lantinga
|
02f356439d
Allow the application to draw while Windows is in a modal move/resize loop
|
2 سال پیش |
Sam Lantinga
|
70c149c88f
Automatically clean up memory associated with events
|
2 سال پیش |
Sam Lantinga
|
4481754359
Make sure we only dispatch events on the main thread when using application callbacks
|
2 سال پیش |
Ryan C. Gordon
|
019468dc59
main: Check for SDL_AddEventWatch failure, now that it can report it.
|
2 سال پیش |
Sam Lantinga
|
7e445da569
Added SDL_CleanupEvent()
|
2 سال پیش |
Sam Lantinga
|
e0379c3b37
Grab events in large chunks in SDL_IterateMainCallbacks()
|
2 سال پیش |
Ryan C. Gordon
|
9c664b0062
main: Added _optional_ callback entry points.
|
2 سال پیش |