-
Hello, I'm trying to change the MasterWindowFlagsFloating dynamically. To do so, I create a dedicated function, which I'm calling from the main loop. But it's not working. Do you know if it's possible to change the on top flag dynamically?
Thanks for your help Update :
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Yes, glfw rules the world... |
Beta Was this translation helpful? Give feedback.
-
Thanks for your answer Allen. OK, so after some research on github, it have been addressed by this issue : So we only have to use SetAttrib function from window.go from the go glfw, it works perfectly ! |
Beta Was this translation helpful? Give feedback.
Thanks for your answer Allen.
OK, so after some research on github, it have been addressed by this issue :
glfw/glfw#43
So we only have to use SetAttrib function from window.go from the go glfw, it works perfectly !