Skip to content

[contrib.glfw3] New version (fixes 2 issues reported by users)#26371

Merged
sbc100 merged 1 commit intoemscripten-core:mainfrom
ypujante:emscripten-glfw-3.4.0.20260301
Mar 2, 2026
Merged

[contrib.glfw3] New version (fixes 2 issues reported by users)#26371
sbc100 merged 1 commit intoemscripten-core:mainfrom
ypujante:emscripten-glfw-3.4.0.20260301

Conversation

@ypujante
Copy link
Copy Markdown
Contributor

@ypujante ypujante commented Mar 1, 2026

Release notes:

  • Fixed GH#27:
    properly handles scale change (it was only working when switching back and forth between 2 scales)
  • Fixed GH#29:
    when the canvas does not have a tabindex attribute, the library automatically adds one to make sure that the
    callback, set via glfwSetWindowFocusCallback, is called when the canvas is focused/unfocused.

- fixes 2 issues reported by users
@sbc100 sbc100 merged commit 71d12e6 into emscripten-core:main Mar 2, 2026
36 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

glfwSetWindowFocusCallback not fired when custom shell omits tabindex on canvas onScaleChange() does not re-register MQL event listener with new DPR

2 participants