eframe: Problems resizing native window
- Dominant language
- Rust
- Stars
- 30.6k
- Forks
- 2.1k
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 72
Description
**Describe the Problem:**
When trying to run different projects with egui and its different versions, I get an unexpected problem, the window does not react when resizing or clicking, but if I close and run again, it appears as if I clicked.
**To Reproduce:**
1. Clone egui repository from github.
2. Execute: `cargo run --release -p egui_demo_app`.
3. Problem in the following gif

**Expected behavior:**
Be able to execute any egui project.
I don't know how to solve this problem.
**Desktop:**
SO: Windows 11
Graphic cards: ( latest version of drivers )

Contributor guide
Research direction
Reproduce the issue on Windows 11 with `cargo run --release -p egui_demo_app` from the egui repository. Observe the attached resizing and click behavior, then trace the native-window event handling to identify why input appears delayed; done means the demo window responds immediately to resizing and clicks without restarting.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- desktop
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100