Function SDL_RemoveTrayEntry

pub unsafe extern "C" fn SDL_RemoveTrayEntry(
    entry: *mut SDL_TrayEntry,
)
Available on crate feature dep_sdl3 only.
Expand description

Removes a tray entry.

§Parameters

  • entry: The entry to be deleted.

§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