Skip to content

Commit

Permalink
SetSdlHint_EmscriptenKeyboardElement quiet
Browse files Browse the repository at this point in the history
  • Loading branch information
pthom committed Nov 25, 2024
1 parent 16bb9ae commit 6b58720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hello_imgui/internal/backend_impls/runner_sdl2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ namespace HelloImGui
{
auto fnSetHint = [](const char * hintValue)
{
printf("SDL_SetHint(SDL_HINT_EMSCRIPTEN_KEYBOARD_ELEMENT, %s)\n", hintValue);
// printf("SDL_SetHint(SDL_HINT_EMSCRIPTEN_KEYBOARD_ELEMENT, %s)\n", hintValue);
auto success = SDL_SetHint(SDL_HINT_EMSCRIPTEN_KEYBOARD_ELEMENT, hintValue);
IM_ASSERT(success == SDL_TRUE && "SDL_SetHint(SDL_HINT_EMSCRIPTEN_KEYBOARD_ELEMENT) failed");
};
Expand Down

0 comments on commit 6b58720

Please sign in to comment.