Hey, Lluis!
I develop my own simple docking system for the game editor.
And now I get stuck on following issue: Gtk grabs mouse input for whe widget, but WPF - not.
When I press left mouse button upon Gtk widget and start to drag, I recieve MoveMove events until I release mouse.
And I will receive MouseRelease for sure!
WPF does not capture mouse. More over: if I move mouse out of the widget area, I will not get ButtonRelease and I still
believe that button is pressed although it is not (here lies related problem: Xwt does not provide information about
global mouse positon and buttons state).
I think that in future Xwt should implement one behaviour across all platforms (Personally I prefer the way Xwt.Gtk does).
Should I rely on Xwt.Gtk behaviour?
PS: I wonder: how does Xwt.Cocoa behave?
Thanks!