aboutsummaryrefslogtreecommitdiff
path: root/src/osx/gui/WindowPrivate.h
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-10-21 18:42:58 +0800
committercrupest <crupest@outlook.com>2021-10-21 18:42:58 +0800
commit411027e66401d363abb6217b59b2b695b856c917 (patch)
tree9bf75a1a5ad4da9428909e3582f9b9a9a8db03aa /src/osx/gui/WindowPrivate.h
parent72fc892792565ef39fcae6b7d2a19006dc3a3238 (diff)
downloadcru-411027e66401d363abb6217b59b2b695b856c917.tar.gz
cru-411027e66401d363abb6217b59b2b695b856c917.tar.bz2
cru-411027e66401d363abb6217b59b2b695b856c917.zip
...
Diffstat (limited to 'src/osx/gui/WindowPrivate.h')
-rw-r--r--src/osx/gui/WindowPrivate.h11
1 files changed, 0 insertions, 11 deletions
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