Simulate a click on a tray entry.
Defined in <SDL3/SDL_tray.h>
void SDL_ClickTrayEntry(SDL_TrayEntry *entry);
SDL_TrayEntry * | entry | The entry to activate. |
This function should be called on the thread that created the tray.
This function is available since SDL 3.2.0.