openframeworks / openframeworks/openFrameworks
Lost focus will cause FULLSCREEN window disappear
Open
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 10.4k
- Forks
- 2.6k
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 9
Description
https://forum.openframeworks.cc/t/how-to-optimize-of-output-across-multiple-graphical-cards/32579/4
@arturoc
Lacking
glfwWindowHint(GLFW_AUTO_ICONFIY, GLFW_FALSE);
Will cause fullscreen windows to disappear when the focus is lost. This is troublesome if an APP has multiple windows.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the linked openFrameworks forum discussion and investigate the GLFW fullscreen window-hint handling mentioned in the issue. Reproduce the behavior with multiple fullscreen windows and focus changes; done means a fullscreen window remains visible when it loses focus.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- computer-graphics
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100