Gets the label of an entry.
Defined in <SDL3/SDL_tray.h>
const char* SDL_GetTrayEntryLabel(SDL_TrayEntry *entry);
SDL_TrayEntry * | entry | the entry to be read. |
(const char *) Returns the label of the entry.
If the returned value is NULL, the entry is a separator.
This function is available since SDL 3.2.0.