Searched refs:onDragUpdateId (Results 1 – 1 of 1) sorted by relevance
35 auto& onDragUpdateId = component->GetOnFreeDragUpdateId(); in SetDragCallBack() local41 if (!(onDragStartId.IsEmpty() && onDragUpdateId.IsEmpty() && onDragEndId.IsEmpty() && in SetDragCallBack()72 … auto funcUpdate = AceAsyncEvent<void(const DragUpdateInfo&)>::Create(onDragUpdateId, context_); in SetDragCallBack()132 …auto& onDragUpdateId = component->GetOn##type##UpdateId(); …135 …if (!(onDragStartId.IsEmpty() && onDragUpdateId.IsEmpty() && onDragEndId.IsEmpty() && …139 …r->SetOnDragUpdate(AceAsyncEvent<void(const DragUpdateInfo&)>::Create(onDragUpdateId, context_)); \