diff options
Diffstat (limited to 'src/ui/window.hpp')
-rw-r--r-- | src/ui/window.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ui/window.hpp b/src/ui/window.hpp index b2b8cde0..2955cd32 100644 --- a/src/ui/window.hpp +++ b/src/ui/window.hpp @@ -197,6 +197,9 @@ namespace cru::ui //This method has no effect for a window. Use SetClientSize instead. void SetSize(const Size& size) override final; + //Override. If point is in client area, it is in window. + bool IsPointInside(const Point& point) override final; + //*************** region: layout *************** void WindowInvalidateLayout(); |