
Detecting resolution changes
Posted Tuesday, 19 October, 2010 - 01:19 by jdomnitz inOk so currently....if the screen resolution changes...OpenTK ignores this change and maintains the incorrect DisplayDevice struct. I know on windows the WM_DisplayChange message is sent and I imagine theres similar functions on the other platforms. Wouldn't it be best to catch these in the process events functions and refresh the DisplayDevice array if necessary?


Comments
Re: Detecting resolution changes
Yes. Could you please file a bug report?