Closed LastExceed closed 3 years ago
Ah rip, that's a bug.
If you're not using mpp you can call glfwSetWindowMonitor
directly as a workaround.
Feel free to send a PR in the meantime. Dunno when I'll get to this myself.
Created a fix. CI failed because of apt though. Gonna try again tomorrow.
fixed with #34. Will be in next release
to switch to windowed mode the monitor ptr must be set to null, however the
monitor
param of kgl'swindow.setMonitor()
function is non-nullable, making this operation impossible