Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

SDL_GetTrayEntryEnabled - Gets whether or not an entry is enabled.

Availability

       This function is available since SDL 3.2.0.

Function Parameters

entry  the entry to be read.

Name

       SDL_GetTrayEntryEnabled - Gets whether or not an entry is enabled.

Return Value

       Returns true if the entry is enabled; false otherwise.

See Also

SDL_GetTrayEntries(3), SDL_InsertTrayEntryAt(3), SDL_SetTrayEntryEnabled(3)

Simple Directmedia Layer                           SDL 3.2.20                         SDL_GetTrayEntryEnabled(3)

Synopsis

#include<SDL3/SDL_tray.h>boolSDL_GetTrayEntryEnabled(SDL_TrayEntry*entry);

Thread Safety

       This function should be called on the thread that created the tray.

See Also