Skip to content
This repository has been archived by the owner on Jun 18, 2023. It is now read-only.

Commit

Permalink
Ignore mouse events when the recording overlay view is shown
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrajca committed Jun 8, 2012
1 parent effb877 commit ca2e64c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Classes/RecordingOverlay.m
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,8 @@ - (void)drawRect:(NSRect)dirtyRect {
[text drawInRect:NSInsetRect([self bounds], 20.0f, 120.0f) withAttributes:attributes];
}

- (void)mouseDown:(NSEvent *)theEvent { }
- (void)mouseDragged:(NSEvent *)theEvent { }
- (void)mouseUp:(NSEvent *)theEvent { }

@end

0 comments on commit ca2e64c

Please sign in to comment.