diff options
author | crupest <crupest@outlook.com> | 2020-04-21 17:08:43 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-04-21 17:08:43 +0800 |
commit | 2898b68fc4f7ff40844ddf5a1d0b59f76b06290f (patch) | |
tree | 167ba0bff2d995a6f68337bb83cc9e3648dc720a /include/cru/platform/native/window.hpp | |
parent | 857adcb7ee2d45b2e29d4250fa4246bb8861a8f9 (diff) | |
download | cru-2898b68fc4f7ff40844ddf5a1d0b59f76b06290f.tar.gz cru-2898b68fc4f7ff40844ddf5a1d0b59f76b06290f.tar.bz2 cru-2898b68fc4f7ff40844ddf5a1d0b59f76b06290f.zip |
...
Diffstat (limited to 'include/cru/platform/native/window.hpp')
-rw-r--r-- | include/cru/platform/native/window.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/cru/platform/native/window.hpp b/include/cru/platform/native/window.hpp index 49b00023..57363a3b 100644 --- a/include/cru/platform/native/window.hpp +++ b/include/cru/platform/native/window.hpp @@ -57,7 +57,6 @@ struct INativeWindow : virtual INativeResource { virtual IEvent<NativeMouseButtonEventArgs>* MouseUpEvent() = 0; virtual IEvent<NativeKeyEventArgs>* KeyDownEvent() = 0; virtual IEvent<NativeKeyEventArgs>* KeyUpEvent() = 0; - virtual IEvent<std::string_view>* CharEvent() = 0; }; // See INativeWindow for more info. |