Best practices for Alt-Tab support in a DirectX app?
I will assume you are using C++ for the purposes of my answers, but if you can afford to use C#, XNA (http://creators.xna.com/) is an excellent game platform that handles all of these issues for you. 1] This article is helpful for windows events in the window procedure to detect when a window loses or … Read more