I created a GLFW window, then do a few other commands and want to go back to that GL window. The issue is (I think the thread that created that window is now different than what I am currently running, and I cannot get back to that window)
(either way my GLcontext is not right)
Is there a way to cycle through the thread rhino is running to check which owns my GLFW window?