What do you think about this (SDL) library and do you think that jfDuke would benifit from it's use?
JonoF at
SDL is already used for the OS interface on every operating system the port runs on, except for Windows. For Windows I have my own code which makes the port behave as a better Windows citizen than SDL would ordinarily let it.
Jonathon
etko at
Huh, I didn't noticed that, I just saw wrappers for winapi so I was thinking that for other oses is the same. Anyway thank you.