mirror of
https://github.com/openharmony/ace_ace_engine.git
synced 2026-07-21 01:45:30 -04:00
Signed-off-by: jiangdayuan <jiangdayuan@huawei.com> Change-Id: I4c76ce039450ba5cdbb548f7b236cc6de0fae27d
This commit is contained in:
@@ -456,7 +456,9 @@ void RenderDialogTween::OnTouchTestHit(
|
||||
{
|
||||
clickDetector_->SetCoordinateOffset(coordinateOffset);
|
||||
result.emplace_back(clickDetector_);
|
||||
result.emplace_back(dragDetector_);
|
||||
if (isDragable_) {
|
||||
result.emplace_back(dragDetector_);
|
||||
}
|
||||
}
|
||||
|
||||
bool RenderDialogTween::PopDialog()
|
||||
|
||||
Reference in New Issue
Block a user