While I am running my directX11 engine in windowed mode, I can use the snipping too to get a screen cap of it. However, if I run it in full screen and hit print screen button,
and try to copy paste that into paint or photoshop, it has nothing - print screen isnt capturing the image for some reason, and I cant use snipping tool to get the screen
cap while its in full screen?
Is there some setting or soemthing thats not allowing windows to detect the game while it's in full screen?
Very important to get these captures for my portfolio, and if I capture it in windowed mode, it looks really bad and low res.
Heres a link to the D3D class in my engine for reference
https://github.com/mister51213/DirectX11Engine/blob/master/DirectX11Engine/D3DClass.cpp
Any help would be much appreciated, thanks!