SDL_ClickTrayEntry - Man Page

Simulate a click on a tray entry.

Header File

Defined in SDL3/SDL_tray.h

Synopsis

#include "SDL3/SDL.h"

void SDL_ClickTrayEntry(SDL_TrayEntry *entry);

Function 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.

Info

SDL 3.2.2 Simple Directmedia Layer SDL3 FUNCTIONS