mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-06 03:18:13 +00:00
Sync SDL3 wiki -> header
[ci skip]
This commit is contained in:
@@ -38,10 +38,10 @@
|
|||||||
* at all).
|
* at all).
|
||||||
*
|
*
|
||||||
* There is other forms of control, too: SDL_PeepEvents() has more
|
* There is other forms of control, too: SDL_PeepEvents() has more
|
||||||
* functionality at the cost of more complexity, and SDL_WaitEvent() can
|
* functionality at the cost of more complexity, and SDL_WaitEvent() can block
|
||||||
* block the process until something interesting happens, which might be
|
* the process until something interesting happens, which might be beneficial
|
||||||
* beneficial for certain types of programs on low-power hardware. One may
|
* for certain types of programs on low-power hardware. One may also call
|
||||||
* also call SDL_AddEventWatch() to set a callback when new events arrive.
|
* SDL_AddEventWatch() to set a callback when new events arrive.
|
||||||
*
|
*
|
||||||
* The app is free to generate their own events, too: SDL_PushEvent allows the
|
* The app is free to generate their own events, too: SDL_PushEvent allows the
|
||||||
* app to put events onto the queue for later retrieval; SDL_RegisterEvents
|
* app to put events onto the queue for later retrieval; SDL_RegisterEvents
|
||||||
|
@@ -317,8 +317,7 @@ extern SDL_DECLSPEC const char *SDLCALL SDL_GetTrayEntryLabel(SDL_TrayEntry *ent
|
|||||||
* The entry must have been created with the SDL_TRAYENTRY_CHECKBOX flag.
|
* The entry must have been created with the SDL_TRAYENTRY_CHECKBOX flag.
|
||||||
*
|
*
|
||||||
* \param entry the entry to be updated.
|
* \param entry the entry to be updated.
|
||||||
* \param checked true if the entry should be checked; false
|
* \param checked true if the entry should be checked; false otherwise.
|
||||||
* otherwise.
|
|
||||||
*
|
*
|
||||||
* \since This function is available since SDL 3.1.8.
|
* \since This function is available since SDL 3.1.8.
|
||||||
*
|
*
|
||||||
@@ -348,8 +347,7 @@ extern SDL_DECLSPEC bool SDLCALL SDL_GetTrayEntryChecked(SDL_TrayEntry *entry);
|
|||||||
* Sets whether or not an entry is enabled.
|
* Sets whether or not an entry is enabled.
|
||||||
*
|
*
|
||||||
* \param entry the entry to be updated.
|
* \param entry the entry to be updated.
|
||||||
* \param enabled true if the entry should be enabled; false
|
* \param enabled true if the entry should be enabled; false otherwise.
|
||||||
* otherwise.
|
|
||||||
*
|
*
|
||||||
* \since This function is available since SDL 3.1.8.
|
* \since This function is available since SDL 3.1.8.
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user