🔧 Extend interface
This commit is contained in:
parent
cd5cd25f74
commit
a44c2d5dcc
1 changed files with 4 additions and 0 deletions
|
@ -18,6 +18,10 @@ const NSAutoresizingMaskOptions kDefaultAutoResizingMask =
|
|||
|
||||
@end
|
||||
|
||||
@interface NSWindow ()
|
||||
- (void)performWindowDragWithEvent:(NSEvent *)event;
|
||||
@end
|
||||
|
||||
@implementation DragRegionView
|
||||
|
||||
- (BOOL)mouseDownCanMoveWindow
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue