equal
deleted
inserted
replaced
52 -(void) otherMouseDown:(NSEvent *) theEvent; |
52 -(void) otherMouseDown:(NSEvent *) theEvent; |
53 -(void) mouseUp:(NSEvent *) theEvent; |
53 -(void) mouseUp:(NSEvent *) theEvent; |
54 -(void) rightMouseUp:(NSEvent *) theEvent; |
54 -(void) rightMouseUp:(NSEvent *) theEvent; |
55 -(void) otherMouseUp:(NSEvent *) theEvent; |
55 -(void) otherMouseUp:(NSEvent *) theEvent; |
56 -(void) mouseMoved:(NSEvent *) theEvent; |
56 -(void) mouseMoved:(NSEvent *) theEvent; |
|
57 -(void) mouseDragged:(NSEvent *) theEvent; |
57 -(void) scrollWheel:(NSEvent *) theEvent; |
58 -(void) scrollWheel:(NSEvent *) theEvent; |
58 -(void) keyDown:(NSEvent *) theEvent; |
59 -(void) keyDown:(NSEvent *) theEvent; |
59 -(void) keyUp:(NSEvent *) theEvent; |
60 -(void) keyUp:(NSEvent *) theEvent; |
60 @end |
61 @end |
61 /* *INDENT-ON* */ |
62 /* *INDENT-ON* */ |