Hi,
I'm using an event filter for a custom window without border, it's used to have the MoveHover event for the resize cursor and know the area of the mouse to set the good resize mode.
All works good for this part but then it's needed to know the mouse press event/mouse release event to resize the window but the events are not called in the event filter.
Why it's not called ? How solve this issue ?
Thanks for the help