Skip to content

Commit 7426086

Browse files
committed
Trying to comment the double input hack
1 parent 13d9c06 commit 7426086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ficsit-companion/src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ bool Render(SDL_Window* window, App* app)
3535
while (SDL_PollEvent(&event))
3636
{
3737
ImGui_ImplSDL2_ProcessEvent(&event);
38-
#if defined(__EMSCRIPTEN__)
38+
#if false // defined(__EMSCRIPTEN__)
3939
// Hack to manually add input chars because numpad keys don't seem to trigger SDL_EVENT::SDL_TEXTINPUT with emscripten (??)
4040
// see similar issue here https://github.com/pthom/hello_imgui/issues/114
4141
// It may be a windows only issue though, so this hack *may* break stuff for other OS ?

0 commit comments

Comments
 (0)