aboutsummaryrefslogtreecommitdiff
path: root/include/cru/ui/events
diff options
context:
space:
mode:
Diffstat (limited to 'include/cru/ui/events')
-rw-r--r--include/cru/ui/events/UiEvent.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/cru/ui/events/UiEvent.hpp b/include/cru/ui/events/UiEvent.hpp
index 660b33f5..22ad0150 100644
--- a/include/cru/ui/events/UiEvent.hpp
+++ b/include/cru/ui/events/UiEvent.hpp
@@ -84,6 +84,7 @@ class MouseEventArgs : public UiEventArgs {
// This point is relative to window client lefttop.
Point GetPoint() const { return point_.value_or(Point{}); }
+ Point GetPoint(render::RenderObject* render_target) const;
Point GetPointToContent(render::RenderObject* render_target) const;
private: