include: More category documentation.

Reference Issue #11847.
This commit is contained in:
Ryan C. Gordon
2025-01-20 00:39:02 -05:00
parent b809da52fd
commit d5766bc4b8
3 changed files with 25 additions and 2 deletions

View File

@@ -22,7 +22,11 @@
/**
* # CategoryTray
*
* System tray menu support.
* SDL offers a way to add items to the "system tray" (more correctly called
* the "notification area" on Windows). On platforms that offer this concept,
* an SDL app can add a tray icon, submenus, checkboxes, and clickable
* entries, and register a callback that is fired when the user clicks on
* these pieces.
*/
#ifndef SDL_tray_h_