chore: add default case for EI_EVENT handling

This commit is contained in:
sithlord48 2025-04-06 22:48:34 -04:00 committed by Nick Bolton
parent a04568b25f
commit fde880fb6f

View File

@ -820,6 +820,8 @@ void EiScreen::handleSystemEvent(const Event &sysevent, void *)
case EI_EVENT_SCROLL_STOP:
case EI_EVENT_SCROLL_CANCEL:
break;
default:
break;
}
ei_event_unref(event);
}