fix: windows ime fail on fullscreen

This commit is contained in:
2026-07-17 16:22:50 +08:00
parent cb7587857d
commit fa38b20a3e
2 changed files with 56 additions and 11 deletions

View File

@@ -53,6 +53,8 @@ private:
SDL_GLContext m_context;
int m_window_width = 0;
int m_window_height = 0;
SDL_DisplayID m_windowed_display = 0;
bool m_fullscreen = false;
Config& m_config;
Camera* m_camera = nullptr;
bool m_imgui_enable = false;