aboutsummaryrefslogtreecommitdiff
path: root/include/cru/platform/native/window.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/cru/platform/native/window.hpp')
-rw-r--r--include/cru/platform/native/window.hpp1
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.