Ryan C. Gordon
|
1c1706a00b
fnsince: update `\since` policy for documentation.
|
6 months ago |
SDL Wiki Bot
|
f859d69c44
Sync SDL3 wiki -> header
|
6 months ago |
Sam Lantinga
|
6c64c62114
Rename SDL_BUTTON() to SDL_BUTTON_MASK()
|
6 months ago |
SDL Wiki Bot
|
026d3c2306
Sync SDL3 wiki -> header
|
7 months ago |
Sam Lantinga
|
a90ad3b0e2
Removed SDL_bool in favor of plain bool
|
7 months ago |
Sam Lantinga
|
37c9fb490e
Changed enums to use XXX_COUNT for the count or number of values
|
7 months ago |
Maia
|
fa892d15b7
include files with required types directly
|
7 months ago |
SDL Wiki Bot
|
85bbc6028a
Sync SDL3 wiki -> header
|
7 months ago |
Sam Lantinga
|
9ff3446f03
Use SDL_bool instead an int return code in the SDL API
|
8 months ago |
SDL Wiki Bot
|
4fbdbbbde6
Sync SDL3 wiki -> header
|
8 months ago |
Sam Lantinga
|
cb85894e94
Clarified device ID documentation
|
8 months ago |
SDL Wiki Bot
|
0822d94631
Sync SDL3 wiki -> header
|
8 months ago |
Kaktus514
|
3586df3151
Prefer downscaling in SDL_GetSurfaceImage.
|
8 months ago |
SDL Wiki Bot
|
57fa3bc08e
Sync SDL3 wiki -> header
|
8 months ago |
Sam Lantinga
|
57f9c6f7bb
Renamed SDL_Get/SetRelativeMouseMode to SDL_Get/SetWindowRelativeMouseMode()
|
8 months ago |
SDL Wiki Bot
|
f01d4278c6
Sync SDL3 wiki -> header
|
8 months ago |
Sam Lantinga
|
31ed3665ad
Added support for high-DPI cursors and icons
|
8 months ago |
Sam Lantinga
|
b5ad74998b
Removed SDL_DECLSPEC_FREE
|
8 months ago |
SDL Wiki Bot
|
0f2fc2fbaa
Sync SDL3 wiki -> header
|
8 months ago |
Sam Lantinga
|
4f55271571
Removed temporary memory from the API
|
8 months ago |
Sam Lantinga
|
5e513ecc7f
Don't automatically free temporary memory, let the application call SDL_FreeTemporaryMemory() when it's ready.
|
8 months ago |
SDL Wiki Bot
|
975457cfb6
Sync SDL3 wiki -> header
|
9 months ago |
Sam Lantinga
|
71a60d4c0e
Updated documentation for functions that return temporary memory
|
9 months ago |
Sam Lantinga
|
9be73ed7c5
SDL_GetMice() follows the SDL_GetStringRule
|
9 months ago |
Sam Lantinga
|
637e9700dd
Standardize placement of '*' in function declarations
|
9 months ago |
Sam Lantinga
|
217330a7b3
Made return value descriptions more consistent across the API
|
9 months ago |
Sam Lantinga
|
d73c7311d5
Clarify that the SDL_GetStringRule means that SDL will automatically free the memory later.
|
9 months ago |
Sam Lantinga
|
5c875e1183
Renamed *FromID() to *ForID()
|
9 months ago |
Sam Lantinga
|
9358333286
Renamed SDL_GetKeyboardInstanceName() and SDL_GetMouseInstanceName()
|
9 months ago |
Zack Middleton
|
5ecf125456
Update descriptions for window resize cursors
|
10 months ago |