SDL_TrayEntryFlags

Flags that control the creation of system tray entries.

Some of these flags are required; exactly one of them must be specified at the time a tray entry is created. Other flags are optional; zero or more of those can be OR'ed together with the required flag.

extern (C) nothrow @nogc
alias SDL_TrayEntryFlags = Uint32

See Also

Meta