MacOSXDisplay#reshape empty - Display.setPosition() not working
saschagehlich opened this issue · 1 comments
saschagehlich commented
Is there a reason why MacOSXDisplay#reshape()
is empty?
https://github.com/LWJGL/lwjgl/blob/master/src/java/org/lwjgl/opengl/MacOSXDisplay.java#L354
This causes Display.setPosition()
to not work on OSX.
bumfo commented
Same question here.
setWindowedMode is having some bugs, so I managed to call reshape via reflection. However reshape doesn't work on macOS.