changeset 1958 | 5fc6fb0fb605 |
parent 1957 | c7803e4c21d3 |
child 1959 | 25d6537feea4 |
--- a/src/video/cocoa/SDL_cocoawindow.m Sat Jul 29 22:42:48 2006 +0000 +++ b/src/video/cocoa/SDL_cocoawindow.m Sat Jul 29 23:00:15 2006 +0000 @@ -218,6 +218,16 @@ [self mouseMoved:theEvent]; } +- (void)rightMouseDragged:(NSEvent *)theEvent +{ + [self mouseMoved:theEvent]; +} + +- (void)otherMouseDragged:(NSEvent *)theEvent +{ + [self mouseMoved:theEvent]; +} + - (void)scrollWheel:(NSEvent *)theEvent { int index;