Searched refs:catchEventId (Results 1 – 1 of 1) sorted by relevance
51 … auto& catchEventId = touchComponent->GetEvent(EventAction::CATCH, eventStage, touchEventType); in Update() local52 if (!catchEventId.IsEmpty()) { in Update()54 … AceAsyncEvent<void()>::Create(catchEventId, context_), eventStage, touchEventType); in Update()66 auto& catchEventId = touchComponent->GetSwipeEvent(EventAction::CATCH, eventStage); in Update() local67 if (!catchEventId.IsEmpty()) { in Update()72 … AceAsyncEvent<void(const SwipeEventInfo&)>::Create(catchEventId, context_), eventStage); in Update()