Commit 8964c21
authored
[contrib.glfw3] New version (emscripten-core#22103)
Contains 2 emscripten-glfw version with following release notes:
#### 3.4.0.20240617 - 2024-06-17 | emscripten TBD
- Fixed [#3](pongasoft/emscripten-glfw#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.1 parent 0c50419 commit 8964c21
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
| 9 | + | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments