Is there anyway to know if a certain game is running on full screen or running as a window?
I need this because my application is for a game that can toggle between fullscreen and window mode and I need to act differently to each situation.
something like :
if (Fullscreen) {Act For Fullscreen} else {Act For Window Mode}
*The game isn't mine, it's another game. A real game.