From 40bbf3c14a782673bbd36c8a98adb0934b06add5 Mon Sep 17 00:00:00 2001 From: Yuqian Yang Date: Mon, 3 Nov 2025 20:48:22 +0800 Subject: Osx remove Resource.h. --- include/cru/ui/helper/ClickDetector.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include/cru/ui') diff --git a/include/cru/ui/helper/ClickDetector.h b/include/cru/ui/helper/ClickDetector.h index 037b015e..eaf1f4af 100644 --- a/include/cru/ui/helper/ClickDetector.h +++ b/include/cru/ui/helper/ClickDetector.h @@ -15,11 +15,6 @@ class CRU_UI_API ClickEventArgs : Object { up_point_(up_point), button_(button) {} - CRU_DEFAULT_COPY(ClickEventArgs) - CRU_DEFAULT_MOVE(ClickEventArgs) - - ~ClickEventArgs() override = default; - controls::Control* GetSender() const { return sender_; } Point GetDownPoint() const { return down_point_; } Point GetDownPointOfScreen() const; -- cgit v1.2.3