[SDL] SDL 1.3 roadmap...
Andre Krause
post at andre-krause.net
Sun Oct 7 14:46:25 PDT 2007
Ryan C. Gordon wrote:
>- A basic API to read/write from the system clipboard would be nice.
>- A basic API to support drag'n'drop with the system would be nice.
>- Probably other stuff! Let Ryan know what you want!
if you add a basic API for clipboard stuff, i also would like to see a
ver basic api - merely just a function
bool open_url(const char* url);
wich opens the url-string in the systems default browser. this is
definitely a thing that comes handy for most apps and is also a thing
that needs an abstraction via SDL because every platform handles this
completely differently.
if you agree to add that function / mini-api, i could provide some
source code snippets i have collected for win32 and linux.
More information about the SDL
mailing list