Skip to content

[contrib.glfw3] New version#22103

Merged
sbc100 merged 2 commits intoemscripten-core:mainfrom
ypujante:emscripten-glfw-3.4.0.20240617
Jun 17, 2024
Merged

[contrib.glfw3] New version#22103
sbc100 merged 2 commits intoemscripten-core:mainfrom
ypujante:emscripten-glfw-3.4.0.20240617

Conversation

@ypujante
Copy link
Contributor

Contains 2 emscripten-glfw version with following release notes:

3.4.0.20240617 - 2024-06-17 | emscripten TBD

  • Fixed #3: glfwGetKey must return one of GLFW_PRESS or GLFW_RELEASE

3.4.0.20240616 - 2024-06-16 | emscripten TBD

  • Implemented glfwGetClipboardString. Note that due to the async (and restrictive) nature of the
    navigator.clipboard.readText call, this synchronous API returns whatever was set via a previous call
    to glfwSetClipboardString and ignores the external clipboard entirely.

ypujante added 2 commits June 16, 2024 11:26
- glfwGetKey must return one of `GLFW_PRESS` or `GLFW_RELEASE`
@sbc100 sbc100 merged commit 8964c21 into emscripten-core:main Jun 17, 2024
@ypujante ypujante deleted the emscripten-glfw-3.4.0.20240617 branch August 25, 2024 17:47
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.

glfwGetKey must return one of GLFW_PRESS or GLFW_RELEASE

2 participants