Skip to content

Version 3.4.0.20240731

Compare
Choose a tag to compare
@ypujante ypujante released this 31 Jul 13:03
· 41 commits to master since this release
  • Added emscripten_glfw_get_clipboard_string the C version of emscripten::glfw3::GetClipboardString to
    retrieve the clipboard asynchronously
  • Added a helper class emscripten::glfw3::FutureClipboardString to greatly simplify the more frequent use-cases
  • GetClipboardString::value() now returns the internal clipboard in case of error, instead of throwing exception
  • Added optimizationLevel option to the emscripten port