changed the transparency of the window where drag is from on mac.

This commit is contained in:
jerry 2013-09-12 11:43:34 +00:00
parent b92b7c71fb
commit dbc7659776
4 changed files with 13 additions and 7 deletions

View file

@ -43,6 +43,7 @@ acceptsFirstMouse:(NSEvent *)theEvent
- (void)
mouseDown:(NSEvent *)theEvent
{
NSLog ( @"cocoa mouse down");
NSPoint dragPosition;
NSRect imageLocation;
dragPosition = [self convertPoint:[theEvent locationInWindow]