diff options
Diffstat (limited to 'include/cru/ui/helper')
| -rw-r--r-- | include/cru/ui/helper/ClickDetector.h | 5 |
1 files changed, 0 insertions, 5 deletions
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; |
