Question on DirectDraw
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hello, I am looking for a callback function or event (I prefere a callback function) that is called or signaled in case your surface is lost and you are able to restore it. In case of a change of display mode this can easily be done with the message WM_DISPLAYCHANGE. But in case the user presses for example crtl+alt+del (An other application gets exclusive acces to the hardware) then this event is not given. Thanks :)