diff options
| author | crupest <crupest@outlook.com> | 2018-09-23 21:07:19 +0800 |
|---|---|---|
| committer | crupest <crupest@outlook.com> | 2018-09-23 21:07:19 +0800 |
| commit | 800c98a732f82df09a98fddba91eddb5d675318d (patch) | |
| tree | bd7722bebd51e8bb47e79468d70c0d99ef0df9ac /CruUI/ui/window.h | |
| parent | b7833b2d3243b008a2a726a72408f818070d8238 (diff) | |
| parent | 796ba6e1e816ec87a106f2f7b501e38c99f059e1 (diff) | |
| download | cru-800c98a732f82df09a98fddba91eddb5d675318d.tar.gz cru-800c98a732f82df09a98fddba91eddb5d675318d.tar.bz2 cru-800c98a732f82df09a98fddba91eddb5d675318d.zip | |
Merge branch 'master' into textboxdev
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 *************** |
