Add notification framework with test and dummy driver

This commit is contained in:
Frank Praznik
2026-04-06 12:42:57 -04:00
parent 513b5d067d
commit 068e405912
22 changed files with 759 additions and 3 deletions

View File

@@ -2012,6 +2012,10 @@ void SDLTest_PrintEvent(const SDL_Event *event)
SDL_Log("SDL EVENT: Camera device %" SDL_PRIu32 " permission denied",
event->cdevice.which);
break;
case SDL_EVENT_NOTIFICATION_ACTION_INVOKED:
SDL_Log("SDL EVENT: Notification action for %" SDL_PRIu32 " button_id=%s",
event->notification.which, event->notification.action_id);
break;
case SDL_EVENT_SENSOR_UPDATE:
SDL_Log("SDL EVENT: Sensor update for %" SDL_PRIu32,
event->sensor.which);