Fix stuck in non-latin IME (#351)

This commit is contained in:
陈生杂物房
2026-01-19 12:26:00 +02:00
committed by GitHub
parent 220f1e0699
commit 107811e553
2 changed files with 418 additions and 373 deletions
Generated
+415 -373
View File
File diff suppressed because it is too large Load Diff
+3
View File
@@ -193,6 +193,9 @@ impl SDL2EventLoop {
window.set_icon(icon);
}
// Disable non-latin IMEFix stuck)
window.subsystem().text_input().stop();
let opengl_available = if let Ok(v) = std::env::var("CAVESTORY_NO_OPENGL") { v != "1" } else { true };