SDL_SetTrayTooltip - Man Page
Updates the system tray icon's tooltip.
Synopsis
#include <SDL3/SDL_tray.h> void SDL_SetTrayTooltip(SDL_Tray *tray, const char *tooltip);
Function Parameters
- tray
the tray icon to be updated.
- tooltip
the new tooltip in UTF-8 encoding. May be NULL.
Thread Safety
This function should be called on the thread that created the tray.
Availability
This function is available since SDL 3.2.0.
See Also
Info
SDL 3.2.16 Simple Directmedia Layer SDL3 FUNCTIONS