qtimgui icon indicating copy to clipboard operation
qtimgui copied to clipboard

IME seems not support in inputtext

Open wuqi opened this issue 2 years ago • 0 comments

Input Method Editors can't use in inputtext,but it's ok in gltf backend on windows.

I find the code in glfw backend ,need add something like this:

  #if defined(_WIN32)
      ImGui::GetMainViewport()->PlatformHandleRaw = (void*)glfwGetWin32Window(bd->Window);
  #endif

wuqi avatar Sep 21 '22 02:09 wuqi