Function SDL_UpdateTrays

pub unsafe extern "C" fn SDL_UpdateTrays()
Available on crate feature dep_sdl3 only.
Expand description

Update the trays.

This is called automatically by the event loop and is only needed if you’re using trays but aren’t handling SDL events.

§Thread safety

This function should only be called on the main thread.

§Availability

This function is available since SDL 3.2.0.