GraphicsConfiguration / GraphicsDevice : Listening for changes
843807Aug 18 2010 — edited Aug 19 2010What I'm trying to do is listen for changes to GraphicsConfiguration on a particular GraphicsDevice (USB Monitor).
Is this possible?
Bit of background:
What I'm trying to do is have my application running on the USB-Monitor, and then when the user fires up a secondary application on the primary monitor, if they change the (screen) resolution in the secondary app - the changes flow through to my application and I want to be able to react to this change.