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:
ocornut
2026-05-15 13:33:51 +02:00
parent 46a050fff2
commit 4088a4f40c
2 changed files with 7 additions and 2 deletions
+5
View File
@@ -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)