From 9ade91d4da1dd0eaf885793d61f8455ca08065d3 Mon Sep 17 00:00:00 2001 From: Alex Huszagh Date: Mon, 9 May 2022 19:15:10 -0500 Subject: [PATCH] Update issues on Windows. --- example/titlebar.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/example/titlebar.py b/example/titlebar.py index 1f175cd..856cb90 100644 --- a/example/titlebar.py +++ b/example/titlebar.py @@ -95,11 +95,16 @@ - We cannot intercept mouse events for the menu resize outside the window. - This even occurs when forcing X11 on Wayland. + On Windows, only the menu resize event fails. For the subwindow, it stops + tracking outside of the window boundaries, and for the main window, it does + the same, making it practically useless. + # Testing The current platforms/desktop environments have been tested: - Gnome (X11, Wayland) - KDE Plasma (X11, Wayland) + - Windows 10 ''' import enum