diff options
| author | Yuqian Yang <crupest@crupest.life> | 2025-11-25 20:55:03 +0800 |
|---|---|---|
| committer | Yuqian Yang <crupest@crupest.life> | 2025-11-25 20:55:03 +0800 |
| commit | 4fab87bfbfed44811d29b9cb4cccb51d0873a72d (patch) | |
| tree | 037b499f5b5eb2621bb2734c985ccd4121fca0b3 /src/platform/gui/osx/WindowPrivate.h | |
| parent | e14dffeec42cea66780f3dcc7902d76a4a4b8ca7 (diff) | |
| download | cru-4fab87bfbfed44811d29b9cb4cccb51d0873a72d.tar.gz cru-4fab87bfbfed44811d29b9cb4cccb51d0873a72d.tar.bz2 cru-4fab87bfbfed44811d29b9cb4cccb51d0873a72d.zip | |
Clean native window events on osx.
Diffstat (limited to 'src/platform/gui/osx/WindowPrivate.h')
| -rw-r--r-- | src/platform/gui/osx/WindowPrivate.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/platform/gui/osx/WindowPrivate.h b/src/platform/gui/osx/WindowPrivate.h index c16a2b02..be27e1bc 100644 --- a/src/platform/gui/osx/WindowPrivate.h +++ b/src/platform/gui/osx/WindowPrivate.h @@ -98,20 +98,6 @@ class OsxWindowPrivate { std::unique_ptr<OsxInputMethodContext> input_method_context_; TimerAutoCanceler draw_timer_; - - Event<std::nullptr_t> create_event_; - Event<std::nullptr_t> destroy_event_; - Event<std::nullptr_t> paint_event_; - Event<WindowVisibilityType> visibility_change_event_; - Event<const Size&> resize_event_; - Event<FocusChangeType> focus_event_; - Event<MouseEnterLeaveType> mouse_enter_leave_event_; - Event<const Point&> mouse_move_event_; - Event<const NativeMouseButtonEventArgs&> mouse_down_event_; - Event<const NativeMouseButtonEventArgs&> mouse_up_event_; - Event<const NativeMouseWheelEventArgs&> mouse_wheel_event_; - Event<const NativeKeyEventArgs&> key_down_event_; - Event<const NativeKeyEventArgs&> key_up_event_; }; } // namespace details } // namespace cru::platform::gui::osx |
