I am working on a Flutter Desktop screen Annotation Application where I want to ignore the mouse events and let is pass through the window (so I can click on desktop application shortcut) when the icon(Red Box) Activated, and ignore it when one of the options in the blue box is activated. I am using flutter_acrylic to make the window transparent, and I know that I should use win32 to handle this functionality. but I really don't know the way to do that :(
Thanks in advance for the help.
WS_EX_TRANSPARENT
won't do. Like the cake, WS_EX_TRANSPARENT is a lie, or at least not the entire truth. – Boudreau