Sam Lantinga

Results 1874 comments of Sam Lantinga

> Also, does SDL support a MessageBox-style dialog that prompts the user to type some text, and if not, would it be worth adding it? We should use SDL's normal...

> The Unix implementation should work across all Unix-likes, including Haiku, macOS, POSIX, and so on; how should I handle this? Should I copy-paste the code, or add another file...

Can you post a minimal example with fonts, sizes and widths?

Also, it makes sense that this would happen - outlined text is larger and will not fit in the same space.

This is working for me. I'm adding code to automatically quit the event loop even if those events aren't handled, but if you return SDL_APP_SUCCESS/SDL_APP_FAILURE from those events, your application...

This API is being iterated on, so you probably want to hold off on this.

If you want, you can add the missing files, but don't add the option to disable it yet.

I've updated Android.mk, that should fix the Android build?

I'll go ahead and close this. The GPU API support is a tiny amount of code and won't save you much by removing it. If you disagree, feel free to...