slowriot
slowriot
@behdad Freetype-gl isn't used exclusively with SDF rendering, and moreover why would you want to enable vertical hinting but not horizontal in that case? Either way the result is potentially...
There's now a simple header-only library to achieve copy and paste from Emscripten in the browser: https://github.com/Armchair-Software/emscripten-browser-clipboard This doesn't require you to modify the HTML of your page, add any...
Resolved by #2647
Resolves #2613
@elmindreda the user is referring to our behaviour of "capturing" / "releasing" the mouse from the window by using `glfwSetInputMode(window_main, GLFW_CURSOR, GLFW_CURSOR_DISABLED);` and `glfwSetInputMode(window_main, GLFW_CURSOR, GLFW_CURSOR_NORMAL);` respectively. In the case...
Yes, it does, but we switch the game to pause mode when it loses focus, and we don't want to recapture the mouse right away in any case. We're using...
Would also be good to be able to modify settings of bulk keys, such as what they unlock, after creation
> Thanks for the patience. The code looks good, but the documentation needs adjustment: > Thanks for the review. Documentation updated in latest. Please let me know if I've missed...
> We recently merged #4590. I think this PR can be closed. Thanks, just catching up with the changes since I last pushed to this PR - took a moment...
@nlohmann Having rebased, I think the [remaining changes](https://github.com/nlohmann/json/pull/4380/files) in this PR's diffs may still be useful to merge - please have a look. Otherwise, please close.