Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create hidden window? #1155

Closed
volcoma opened this issue Sep 25, 2016 · 4 comments
Closed

Create hidden window? #1155

volcoma opened this issue Sep 25, 2016 · 4 comments

Comments

@volcoma
Copy link

volcoma commented Sep 25, 2016

It would be nice to be able to create the window and not show it by default.

Currently if i want to create a window and hide it immediately i see a flickering from the transition of the window.

@jcowgill
Copy link
Contributor

Perhaps you are looking for this?

glfwWindowHint(GLFW_VISIBLE, GL_FALSE);

@volcoma
Copy link
Author

volcoma commented Sep 26, 2016

I know how to do it, but there isn't any public api in the current window class to do it

@jcowgill
Copy link
Contributor

Woops I think I was looking at totally the wrong repository :)

Please ignore my previous message.

@eXpl0it3r
Copy link
Member

Please use the Feature Request forum for feature requests. As mentioned in the Contribution Guidelines we try to use this tracker for confirmed issues and accepted features only.

Also make sure to read the section about feature requests in the contribution guidelines, so you'll include concrete use cases in your forum post. 😉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants