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 should be called on the thread that created the tray.
This function is available since SDL 3.2.0.