Skip to content

Commit 409b063

Browse files
AtompapstSDLWikiBot
authored andcommitted
SDL3/SDL_NotificationID: docs for SDL_NotificationID
Live page is here: https://wiki.libsdl.org/SDL3/SDL_NotificationID
1 parent a9d781e commit 409b063

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

SDL3/SDL_NotificationID.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# SDL_NotificationID
2+
3+
This is a unique identifier for a system notification.
4+
5+
## Header File
6+
7+
Defined in [<SDL3/SDL_events.h>](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/SDL_events.h)
8+
9+
## Syntax
10+
11+
```c
12+
typedef Uint32 SDL_NotificationID;
13+
```
14+
15+
## Remarks
16+
17+
The value 0 is an invalid notification ID.
18+
19+
## Version
20+
21+
This datatype is available since SDL 3.6.0.
22+
23+
----
24+
[CategoryAPI](CategoryAPI), [CategoryAPIDatatype](CategoryAPIDatatype), [CategoryEvents](CategoryEvents)

0 commit comments

Comments
 (0)