Gets whether or not an entry is enabled.
Defined in <SDL3/SDL_tray.h>
bool SDL_GetTrayEntryEnabled(SDL_TrayEntry *entry);
SDL_TrayEntry * | entry | the entry to be read. |
(bool) Returns true if the entry is enabled; false otherwise.
This function is available since SDL 3.1.8.