Fixed unused parameter warning with empty IME handler #173

features/sdl_renderer3_multiviewports
ocornut ago%!(EXTRA string=10 years)
parent 8f90238e53
commit bae32567c3
  1. 2
      imgui.cpp

@ -8813,7 +8813,7 @@ static void ImeSetInputScreenPosFn_DefaultImpl(int x, int y)
#else
static void ImeSetInputScreenPosFn_DefaultImpl(int x, int y)
static void ImeSetInputScreenPosFn_DefaultImpl(int, int)
{
}

Loading…
Cancel
Save