From 411027e66401d363abb6217b59b2b695b856c917 Mon Sep 17 00:00:00 2001 From: crupest Date: Thu, 21 Oct 2021 18:42:58 +0800 Subject: ... --- src/osx/gui/WindowPrivate.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'src/osx/gui/WindowPrivate.h') diff --git a/src/osx/gui/WindowPrivate.h b/src/osx/gui/WindowPrivate.h index 279859ef..7b788ba6 100644 --- a/src/osx/gui/WindowPrivate.h +++ b/src/osx/gui/WindowPrivate.h @@ -15,17 +15,6 @@ - (instancetype)init:(cru::platform::gui::osx::details::OsxWindowPrivate*)p contentRect:(NSRect)contentRect style:(NSWindowStyleMask)style; - -- (void)mouseMoved:(NSEvent*)event; -- (void)mouseEntered:(NSEvent*)event; -- (void)mouseExited:(NSEvent*)event; -- (void)mouseDown:(NSEvent*)event; -- (void)mouseUp:(NSEvent*)event; -- (void)rightMouseDown:(NSEvent*)event; -- (void)rightMouseUp:(NSEvent*)event; -- (void)scrollWheel:(NSEvent*)event; -- (void)keyDown:(NSEvent*)event; -- (void)keyUp:(NSEvent*)event; @end @interface CruView : NSView -- cgit v1.2.3