logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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