Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IME seems not support in inputtext #43

Open
wuqi opened this issue Sep 21, 2022 · 0 comments
Open

IME seems not support in inputtext #43

wuqi opened this issue Sep 21, 2022 · 0 comments

Comments

@wuqi
Copy link

wuqi commented Sep 21, 2022

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant