SDL Wiki Bot
|
975457cfb6
Sync SDL3 wiki -> header
|
1 년 전 |
Sam Lantinga
|
71a60d4c0e
Updated documentation for functions that return temporary memory
|
1 년 전 |
Sam Lantinga
|
fd9fe1bb7b
Renamed event memory to temporary memory, since it's not just used for events
|
1 년 전 |
Sam Lantinga
|
ef884c8aa6
Transfer event memory between the local pool and the event queue
|
1 년 전 |
Sam Lantinga
|
f95ecac300
Added SDL_ClaimEventMemory()
|
1 년 전 |
Sam Lantinga
|
2816745f48
Allow passing a pointer to SDL_FreeEventMemory()
|
1 년 전 |
Sam Lantinga
|
217330a7b3
Made return value descriptions more consistent across the API
|
1 년 전 |
Sam Lantinga
|
d73c7311d5
Clarify that the SDL_GetStringRule means that SDL will automatically free the memory later.
|
1 년 전 |
Sam Lantinga
|
8c25129458
SDL_EVENT_WINDOW_LAST should be SDL_EVENT_WINDOW_HDR_STATE_CHANGED
|
1 년 전 |
SDL Wiki Bot
|
d65a8146b9
Sync SDL3 wiki -> header
|
1 년 전 |
Sam Lantinga
|
4aeabb3c3b
Made event and temporary string memory thread-local and added SDL_FreeEventMemory()
|
1 년 전 |
Sam Lantinga
|
9797c5d0c0
Renamed CameraDevice to Camera
|
1 년 전 |
Sam Lantinga
|
1162a1cb8e
Added SDL_EVENT_DISPLAY_DESKTOP_MODE_CHANGED and SDL_EVENT_DISPLAY_CURRENT_MODE_CHANGED
|
1 년 전 |
Frank Praznik
|
74cc06db1b
Remove the SDL_EVENT_WINDOW_TAKE_FOCUS event
|
1 년 전 |
SDL Wiki Bot
|
f787790243
Sync SDL3 wiki -> header
|
1 년 전 |
Sam Lantinga
|
d9dc4b320a
The keycode in key events is the base, unmodified, keycode for the current keyboard layout
|
1 년 전 |
Sam Lantinga
|
ed2022a175
Added SDL_EVENT_TEXT_EDITING_CANDIDATES
|
1 년 전 |
Ryan C. Gordon
|
9fd54b724f
include: Added documentation for SDL_PRESSED and SDL_RELEASED.
|
1 년 전 |
SDL Wiki Bot
|
3d121d9bc7
Sync SDL3 wiki -> header
|
1 년 전 |
Sam Lantinga
|
377014c430
Added some documentation to the SDL_EVENT_TEXT_EDITING event
|
1 년 전 |
Sam Lantinga
|
0dd579d40d
Removed SDL_Keysym
|
1 년 전 |
Sam Lantinga
|
679e4471ed
Added the ability to query the keymap for keycodes based on modifier state
|
1 년 전 |
Sam Lantinga
|
306c4164bc
Added SDL_AllocateEventString()
|
1 년 전 |
Frank Praznik
|
2f276a2eea
video: Expose HDR metadata per-window
|
1 년 전 |
Ryan C. Gordon
|
38f0214e8a
audio: Refer to audio devices to "playback" and "recording".
|
1 년 전 |
Ryan C. Gordon
|
51902d4ac5
Updated headers with latest wikiheaders tweaks.
|
1 년 전 |
Sam Lantinga
|
4fc68a48f2
Keep track of whether a controller was a gamepad
|
1 년 전 |
SDL Wiki Bot
|
a5356f9b45
Sync SDL3 wiki -> header
|
1 년 전 |
Sam Lantinga
|
23db1062fc
Document that you can pass NULL to SDL_PeepEvents()
|
1 년 전 |
Sam Lantinga
|
7d81e9d46c
Note that you can redraw in response to SDL_EVENT_WINDOW_EXPOSED from an event watch callback
|
1 년 전 |