Tagged Questions
1
vote
1answer
521 views
Best API coverage for 2D game?
If one were to code a game for most versions of Windows, which API should be used?
I know DirectDraw works from NT4 and up (although DirectDraw is emulated on NT4 with GDI). However, I am told ...