Sam Lantinga
Sam Lantinga
> Properties now go to the wiki: https://wiki.libsdl.org/SDL3/SDL_CreateWindowWithProperties I suggest not including all the `#define` lines. Applications should be using the names of the properties, not the raw strings. Also...
We haven't heard back in a while, so I'm going to go ahead and close this. Please let us know if you'd like it reopened!
@1bsyl, sorry I missed that you needed feedback on this. Let me review and get back to you.
I think this is good to go as-is, it looks like your questions are about swipe gestures? I think enabling gesture support on macOS and iOS delays touch event delivery....
Good question. I think it's mostly a convenience for people coming from Win32 API where it's a single function call.
Ooh, copy on write support seems like a worthwhile reason to have it in SDL.
I believe that's correct. Are you checking SDL_BlitSurface() for errors?
> @slouken I see this warning when building SDL with the vcxproj-parsing cmake script: > > ``` > C:\Users\maarten\source\repos\SDL\src\video\windows\SDL_windowsevents.c(751,103): warning C4267: 'func > tion': conversion from 'size_t' to 'DWORD', possible...
Sure, I can get those for you soon.
Looks good, thanks! Can you do an SDL3 port of this PR?