openframeworks / openFrameworks

openFrameworks is a community-developed cross platform toolkit for creative coding in C++.
http://openframeworks.cc
Other
9.94k stars 2.55k forks source link

[WIP] GLFW redesign #7863

Open dimitre opened 9 months ago

dimitre commented 9 months ago

this is an experimental PR

dimitre commented 8 months ago

now it is possible to select which screens will the window cover in fullscreen like:

    settings.fullscreenDisplays = { 0, 1, 2 };
    settings.fullscreenDisplays = { 1, 2 };
    settings.fullscreenDisplays = { 1, 3 };