table of contents
other versions
- experimental 3.5~git20260611~7c60bcd+ds-1
| SDL_RemoveNotification(3) | SDL3 FUNCTIONS | SDL_RemoveNotification(3) |
NAME¶
SDL_RemoveNotification - Remove a notification.
SYNOPSIS¶
#include <SDL3/SDL_notification.h>
bool SDL_RemoveNotification(SDL_NotificationID notification);
FUNCTION PARAMETERS¶
- notification
- the ID of the notification to remove.
RETURN VALUE¶
Returns True on success or false on failure; call SDL_GetError() for more information.
AVAILABILITY¶
This function is available since SDL 3.6.0.
SEE ALSO¶
SDL_ShowNotificationWithProperties(3), SDL_ShowNotification(3)
| SDL 3.5.0 | Simple Directmedia Layer |