Function SDL_ClickTrayEntry

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

Simulate a click on a tray entry.

§Parameters

  • entry: The entry to activate.

§Thread safety

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

§Availability

This function is available since SDL 3.2.0.