mirror of
https://github.com/ocornut/imgui.git
synced 2026-05-29 21:35:32 +08:00
Windows: clicking on a window's empty-space to move/focus a window checks for lack of mouse button ownership. (#9382)
This commit is contained in:
@@ -43,6 +43,11 @@ Breaking Changes:
|
||||
|
||||
Other Changes:
|
||||
|
||||
- Windows:
|
||||
- Clicking on a window's empty-space to move/focus a window checks
|
||||
for lack of mouse button ownership. This gives an additional opportunity
|
||||
for user code to bypass it without using a clickable item. (#9382)
|
||||
|
||||
|
||||
-----------------------------------------------------------------------
|
||||
VERSION 1.92.8 (Released 2026-05-12)
|
||||
|
||||
Reference in New Issue
Block a user