diff options
author | Yuqian Yang <crupest@outlook.com> | 2018-09-23 13:03:18 +0000 |
---|---|---|
committer | Yuqian Yang <crupest@outlook.com> | 2018-09-23 13:03:18 +0000 |
commit | 796ba6e1e816ec87a106f2f7b501e38c99f059e1 (patch) | |
tree | 6db4f99f3dc2f85fba3f8339da53849d04a5cfee /CruUI/ui/window.h | |
parent | ad8ea7fc26b3e0807d11965d93c26a6ff51db226 (diff) | |
parent | 82f42a4103c168abd3605acad8ee4b9b4f00d79d (diff) | |
download | cru-796ba6e1e816ec87a106f2f7b501e38c99f059e1.tar.gz cru-796ba6e1e816ec87a106f2f7b501e38c99f059e1.tar.bz2 cru-796ba6e1e816ec87a106f2f7b501e38c99f059e1.zip |
Merge branch 'native_message_handler' into 'master'
Window native message event.
See merge request crupest/CruUI!1
Diffstat (limited to 'CruUI/ui/window.h')
-rw-r--r-- | CruUI/ui/window.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CruUI/ui/window.h b/CruUI/ui/window.h index b9e9a184..42ebf477 100644 --- a/CruUI/ui/window.h +++ b/CruUI/ui/window.h @@ -194,6 +194,8 @@ namespace cru { events::UiEvent activated_event; events::UiEvent deactivated_event; + events::WindowNativeMessageEvent native_message_event; + private: //*************** region: native operations *************** |