The glfwGetMonitorWorkarea() function returns 0 for the monitor work area width and height on Apple Silicon (verified on macOS Sonoma). On Intel it returns the correct width and height.
I'm about to open a PR with the fix – it's just missing types in the ctypes spec.
The
glfwGetMonitorWorkarea()
function returns0
for the monitor work area width and height on Apple Silicon (verified on macOS Sonoma). On Intel it returns the correct width and height.I'm about to open a PR with the fix – it's just missing types in the
ctypes
spec.