We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13d9c06 commit 7426086Copy full SHA for 7426086
ficsit-companion/src/main.cpp
@@ -35,7 +35,7 @@ bool Render(SDL_Window* window, App* app)
35
while (SDL_PollEvent(&event))
36
{
37
ImGui_ImplSDL2_ProcessEvent(&event);
38
-#if defined(__EMSCRIPTEN__)
+#if false // defined(__EMSCRIPTEN__)
39
// Hack to manually add input chars because numpad keys don't seem to trigger SDL_EVENT::SDL_TEXTINPUT with emscripten (??)
40
// see similar issue here https://github.com/pthom/hello_imgui/issues/114
41
// It may be a windows only issue though, so this hack *may* break stuff for other OS ?
0 commit comments