I need to detect if some application is currently running in full screen mode. If yes, then I must stop my application. So, how can I detect that?
p.s. Win32 C++
I need to detect if some application is currently running in full screen mode.
Share
Then check if that windows isn’t desktop or shell.
Simple if instruction.
This is written without testing.