Sam Lantinga
|
6afae6681b
|
Allow casting properties of different types
|
2023-11-12 21:58:58 -08:00 |
Sam Lantinga
|
bd269b0f41
|
Added SDL_SetBooleanProperty() and SDL_GetBooleanProperty()
|
2023-11-12 21:58:58 -08:00 |
Sam Lantinga
|
0907f345cb
|
Added property types: pointer, string, number, float
|
2023-11-12 10:48:38 -08:00 |
Sam Lantinga
|
aea6e6de6f
|
Simplified SDL_SetProperty() and added SDL_SetPropertyWithCleanup()
Most of the time people won't need to set a cleanup callback, so we can simplify the more commonly used API.
|
2023-11-08 12:01:48 -08:00 |
Ryan C. Gordon
|
c53843a961
|
docs: Remove Doxygen `\brief` tags.
Doxygen and the wiki bridge don't need them; they'll both just use the first
line/sentence instead.
Fixes #8446.
|
2023-11-06 10:26:06 -05:00 |
Sam Lantinga
|
973c8b3273
|
Added SDL properties API
Fixes https://github.com/libsdl-org/SDL/issues/7799
|
2023-10-11 22:38:00 -07:00 |