SDL Wiki Bot
|
14d2471a8f
Sync SDL3 wiki -> header
|
1 year ago |
SDL Wiki Bot
|
2ad22eeeb5
Sync SDL3 wiki -> header
|
1 year ago |
Sam Lantinga
|
930438dfb7
Added note that the #ifdef is for !__IOS__
|
1 year ago |
kanjitalk755
|
c56583fe45
Fix duplicate symbol on iOS/tvOS
|
1 year ago |
kanjitalk755
|
2b62f25a6f
Add SDL_sysmain_callbacks.c to the Xcode project
|
1 year ago |
kanjitalk755
|
4ab31ca678
Fix dropping file event
|
1 year ago |
Sam Lantinga
|
5dce4bc716
Makes SDLInputConnection and DummyEdit public classes (thanks Cole!)
|
1 year ago |
Sam Lantinga
|
d3f2eb2aba
Use XINPUT_STATE instead of XINPUT_STATE_EX (thanks Andrew!)
|
1 year ago |
Sam Lantinga
|
3a482ebae0
Add createSDLMainRunnable() to SDLActivity (thanks Cole!)
|
1 year ago |
Sam Lantinga
|
b9784feb24
Fixed potential uninitialized memory access (thanks Mathieu!)
|
1 year ago |
Sam Lantinga
|
75ea3a8d32
Dynamically allocate long text for SDL_EVENT_TEXT_INPUT events
|
1 year ago |
Sam Lantinga
|
2a1660ab51
Additional cleanup for SDL_RWprintf() (thanks @sezero!)
|
1 year ago |
Ryan C. Gordon
|
e5f2cea234
Sync wiki -> headers
|
1 year ago |
Sam Lantinga
|
ad842dd5ad
Fixed a typo in SDL_log.h
|
1 year ago |
Sam Lantinga
|
f9d11807c0
Added SDL_RWprintf() and SDL_RWvprintf() to do formatted printing to an SDL_rwops stream
|
1 year ago |
Frank Praznik
|
52c4e3eab3
events: Update self-referential pointers when copying event objects
|
1 year ago |
Sam Lantinga
|
91f0456391
Add the source application for drag and drop events (thanks Nathan!)
|
1 year ago |
Ryan C. Gordon
|
1a8bf31a69
include: Fixing whitespace on SDL_MixAudioFormat.
|
1 year ago |
Sam Lantinga
|
d07a264a9b
Use the default UCS2/UCS4 conversion rather than non-portable INTERNAL encoding
|
1 year ago |
Ryan C. Gordon
|
780b6612a9
wayland: Wayland_Vulkan_GetInstanceExtensions didn't set the count variable.
|
1 year ago |
Sam Lantinga
|
46b940d571
Updated documentation to note that the event callback is called on the same thread as the main iteration callback
|
1 year ago |
Sam Lantinga
|
4481754359
Make sure we only dispatch events on the main thread when using application callbacks
|
1 year ago |
Sam Lantinga
|
274da8561c
Updated the migration guide to note that you can check the return value of SDL_AddEventWatch()
|
1 year ago |
Sam Lantinga
|
ad9dcdbbce
Clarify that you should use the other field when reading the event
|
1 year ago |
Ryan C. Gordon
|
a19029e3c1
docs: Updated README-main-functions.md based on feedback.
|
1 year ago |
Ryan C. Gordon
|
019468dc59
main: Check for SDL_AddEventWatch failure, now that it can report it.
|
1 year ago |
Sam Lantinga
|
7e445da569
Added SDL_CleanupEvent()
|
1 year ago |
Ivan Mogilko
|
c4bf05fd9d
Added subsystem refcount tests to testautomation
|
1 year ago |
Ivan Mogilko
|
7f65ed6461
Handle subsystem dependencies recursively
|
1 year ago |
Sam Lantinga
|
a6b85c81cc
Fixed build
|
1 year ago |