Sam Lantinga
Sam Lantinga
Ah, you're right, I was thinking that iOS was Objective C. iOS is particularly painful in that you have to have the code in your application, you can't link to...
> Yeah, full static libs built with MinGW still wouldn't work with MSVC, but having the dynamic lib work might be nice to have (people aren't supposed to link SDL...
Yes please! :)
There is potentially an issue dropping this in as a replacement for OS APIs that use size_t. Previously they would just work, now each return value and parameter needs a...
I like it!
The original motivation was to have the window events isolated to the SDL_video.h header for clean separation, but there hasn't been much value in that, and I think this change...
Well, fread is a bad example since it has a different parameter set now, but like read(), yes.
This has been implemented, thanks!
> Thinking more on this, it doesn't _really_ make sense to use an Sint64 here, since you can't read or write more than your address space can hold in a...
Ok, there's a first shot at this API change in the pull request. Since the discussion was happening here, I'll mention that it doesn't have any sort of event category...