Skip to content

修复:因双重ImGuiWin32 输入互相叠加导致的ui卡顿#7

Open
Thexiaoyuqaq wants to merge 1 commit intoHTMonkeyG:mainfrom
Thexiaoyuqaq:main
Open

修复:因双重ImGuiWin32 输入互相叠加导致的ui卡顿#7
Thexiaoyuqaq wants to merge 1 commit intoHTMonkeyG:mainfrom
Thexiaoyuqaq:main

Conversation

@Thexiaoyuqaq
Copy link
Copy Markdown

因游戏本身已注册一套imgui,重复使用导致ui出现:互相叠加、抢处理、重复更新。

@HTMonkeyG
Copy link
Copy Markdown
Owner

  1. 该修复本质上是重新实现了ImGui_ImplWin32_WndProcHandler中鼠标事件处理部分,并删除了部分函数如SourceEvent。
  2. 光遇游戏本身使用的GUI设计模式是立即模式GUI(ImGUI),而不是UI库Dear ImGui

@HTMonkeyG HTMonkeyG self-assigned this Apr 14, 2026
@Thexiaoyuqaq
Copy link
Copy Markdown
Author

Thexiaoyuqaq commented Apr 14, 2026 via email

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