I'm working on a game using DirectX and WinApi. While in windowed mode, everything works fine, either Alt+Tabing or clicking outside of a game window sends WM_KILLFOCUS message. But while in fullscreen, Alt+Tab does not send the said message.
Is this the matter of setting some parameters of D3D renderer? How can I resolve this problem?