Updates the system tray icon's tooltip.
Defined in <SDL3/SDL_tray.h>
void SDL_SetTrayTooltip(SDL_Tray *tray, const char *tooltip);
SDL_Tray * | tray | the tray icon to be updated. |
const char * | tooltip | the new tooltip. May be NULL. |
This function is available since SDL 3.2.0.