aboutsummaryrefslogtreecommitdiff
path: root/include/cru/ui
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2019-04-04 18:23:00 +0800
committercrupest <crupest@outlook.com>2019-04-04 18:23:00 +0800
commitdbda5a8e4f0d59ad95be8fc3ee7b21e9122cc474 (patch)
treec8426a7aa086bf69b54b91328af0c160f933fa49 /include/cru/ui
parent4d650160a388b0192e04c454ba1a3de21b0d4cc3 (diff)
downloadcru-dbda5a8e4f0d59ad95be8fc3ee7b21e9122cc474.tar.gz
cru-dbda5a8e4f0d59ad95be8fc3ee7b21e9122cc474.tar.bz2
cru-dbda5a8e4f0d59ad95be8fc3ee7b21e9122cc474.zip
...
Diffstat (limited to 'include/cru/ui')
-rw-r--r--include/cru/ui/window.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cru/ui/window.hpp b/include/cru/ui/window.hpp
index f0c790be..94deb4c5 100644
--- a/include/cru/ui/window.hpp
+++ b/include/cru/ui/window.hpp
@@ -64,8 +64,8 @@ class Window final : public ContentControl {
void OnNativeFocus(bool focus);
+ void OnNativeMouseEnterLeave(bool enter);
void OnNativeMouseMove(const Point& point);
- void OnNativeMouseLeave();
void OnNativeMouseDown(platform::MouseButton button, const Point& point);
void OnNativeMouseUp(platform::MouseButton button, const Point& point);