mirror of
https://github.com/doukutsu-rs/doukutsu-rs.git
synced 2026-08-24 13:02:49 -07:00
Fix stuck in non-latin IME (#351)
This commit is contained in:
Generated
+415
-373
File diff suppressed because it is too large
Load Diff
@@ -193,6 +193,9 @@ impl SDL2EventLoop {
|
||||
window.set_icon(icon);
|
||||
}
|
||||
|
||||
// Disable non-latin IME(Fix stuck)
|
||||
window.subsystem().text_input().stop();
|
||||
|
||||
|
||||
let opengl_available = if let Ok(v) = std::env::var("CAVESTORY_NO_OPENGL") { v != "1" } else { true };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user