SDL_GetTrayEntryEnabled

Gets whether or not an entry is enabled.

extern (C) nothrow @nogc extern
bool
SDL_GetTrayEntryEnabled

Parameters

entry SDL_TrayEntry*

The entry to be read.

Return Value

Type: bool

true if the entry is enabled; false otherwise.

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

See Also

Meta