Remove a notification.
Defined in <SDL3/SDL_notification.h>
bool SDL_RemoveNotification(SDL_NotificationID notification);| SDL_NotificationID | notification | the ID of the notification to remove. |
(bool) Returns True on success or false on failure; call SDL_GetError() for more information.
This function is available since SDL 3.6.0.