A few more wasm tweaks

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-07-05 19:45:59 +01:00
parent 8b9afb3d4f
commit 034515190c
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
3 changed files with 145 additions and 1 deletions

View file

@ -504,4 +504,7 @@ void ImGuiWidget::drawFramebufferCommon(const Vec& fbSize, const float scaleFact
ImGui_ImplOpenGL2_RenderDrawData(data);
#endif
}
// FIXME
io.KeysDown[GLFW_KEY_DELETE] = io.KeysDown[GLFW_KEY_BACKSPACE] = io.KeysDown[GLFW_KEY_ENTER] = false;
}