alt + tab hints

Could anyone point me in the direction to any information regarding handling Alt+Tab correctly under Windows?

Have I read correctly that the GLUT source contains good code to look at for this?

Thanks,

Mark

I don’t think GLUT handles it well. GLFW does though: you can either glfwDisable(GLFW_SYSTEM_KEYS), or rely on GLFW to iconify window & restore desktop resolution for fullscreen displays.