Skip to content

[0753] 修复 ImGui 空格双插与 macOS 中文输入法#4000

Open
JimZhouZZY wants to merge 4 commits into
mainfrom
zzy/0753
Open

[0753] 修复 ImGui 空格双插与 macOS 中文输入法#4000
JimZhouZZY wants to merge 4 commits into
mainfrom
zzy/0753

Conversation

@JimZhouZZY

Copy link
Copy Markdown
Contributor

No description provided.

JimZhouZZY and others added 4 commits July 17, 2026 09:30
Co-Authored-By: Claude <noreply@anthropic.com>
空格双插:char 回调跳过条件由 <32 改为 <=32,让空格只走 key 回调(kbd-space)。

macOS IME:新增 im_ime_macos.mm 交换 GLFWContentView 的 NSTextInputClient 捕获预编辑/提交,复用 WASM 的 pre-edit 队列;key 回调在合成期用自维护标志抑制;正确处理 NSAttributedString。

Co-Authored-By: Claude <noreply@anthropic.com>
@JimZhouZZY JimZhouZZY changed the title Zzy/0753 [0753] 修复 ImGui 空格双插与 macOS 中文输入法 Jul 17, 2026
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.

1 participant