SDL_GetTrayEntryEnabled - Man Page
Gets whether or not an entry is enabled.
Header File
Defined in SDL3/SDL_tray.h
Synopsis
#include "SDL3/SDL.h" bool SDL_GetTrayEntryEnabled(SDL_TrayEntry *entry);
Function Parameters
- entry
the entry to be read.
Return Value
Returns true if the entry is enabled; false otherwise.
Thread Safety
This function should be called on the thread that created the tray.
Availability
This function is available since SDL 3.2.0.
See Also
·(3), SDL_GetTrayEntries(3), ·(3), SDL_InsertTrayEntryAt(3), ·(3), SDL_SetTrayEntryEnabled(3)
Referenced By
SDL 3.2.2 Simple Directmedia Layer SDL3 FUNCTIONS