Hi there!
I’ve been using iced for over 2 years now and it works great! ![]()
Last weekend, I’ve tried to add some buttons into the taskbar preview just like here:

The only thing that worked for me to get the click events was to use the Windows API function “GetMessage”. Since this is not the correct way to do so, since the “Main window” of an iced gui application has its own event loop, I’d like to receive the event, if such a button was clicked.
@hecrj The iced winit event loop would need to pass through such a “button clicked event” (read: event from GetMessage) to the iced event (update, subscribe, etc. methods) logic so that a programmer would be able to catch such a “specific plattform event”.
It would be awesome, if this feature would be added. ![]()
What do you think? What do the others think? ![]()
Kind regards
Daniel