Skip to content

Fixed the cursor follow issue on Windows. The code looks simple and clear enough to submit, but I don’t know how to deal with combo problems.#79

Open
Q191 wants to merge 7 commits into
vlang:mainfrom
Q191:main

Conversation

@Q191

@Q191 Q191 commented Jul 16, 2026

Copy link
Copy Markdown

IME is the main problem for cjk users in many opengl guis.

IME problem means unusable, for examples: fyne go-flutter, but gioui seems works.

Hope someone finally fix this.

Q191 added 6 commits July 10, 2026 12:11
Added IME support for Windows, including functions to set the IME position and create an IME overlay.
Removed Windows-specific IME implementation and related structures.
@Q191
Q191 marked this pull request as ready for review July 16, 2026 02:05
@GGRei

GGRei commented Jul 16, 2026

Copy link
Copy Markdown
Contributor

Thanks for working on this. Before merging, a few points still need to be corrected:

  • COMPOSITIONFORM must use the exact Win32 layout with an inline RECT, the caret coordinates need proper DPI conversion.
  • The HWND should be kept separate from the vglyph overlay handle, and the duplicate positioning path and debug output should be removed.
  • The modified files also need formatting (v fmt).

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

Successfully merging this pull request may close these issues.

2 participants