openframeworks / openframeworks/openFrameworks
Windows fullscreen is black
Open
@ofTheo is already working on this.
Since Jul 7, 2016.
bug
regression
windows
- Dominant language
- C++
- Stars
- 10.4k
- Forks
- 2.6k
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 9
Description
When starting an of application in fullscreen mode under windows 10: the screen turns black.
When toggling from fullscreen to window mode by keyinput everything works like expected, the screen shows the correct picture.
Using ofToggleFullscreen() and ofSetFullscreen(true) produce the same result. This only occurs when switching the screen mode without key input.
Starting in OF_GAME_MODE works as expected
see issue in forum -> https://forum.openframeworks.cc/t/black-fullscreen-on-windows-10/23123/8
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.
Assessment
This issue has not been assessed yet.