c++ - Handle Ctrl-Alt-Delete in Fullscreen Window -
i want change fullscreen window regular window whenever user presses ctrl-alt-delete, similar how directx 11 behaves on alt-tab. quick google search reveals there no direct windows message key combination. there more general message describes both ctrl-alt-delete , alt-tab can intercept program can react accordingly?
the more general message looking wm_killfocus.
Comments
Post a Comment