comparison src/video/cocoa/SDL_cocoawindow.h @ 1958:5fc6fb0fb605

Added right/other drag code for Cocoa windows
author Sam Lantinga <slouken@libsdl.org>
date Sat, 29 Jul 2006 23:00:15 +0000
parents c7803e4c21d3
children c92e5f3e68d9
comparison
equal deleted inserted replaced
1957:c7803e4c21d3 1958:5fc6fb0fb605
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) mouseDragged:(NSEvent *) theEvent;
58 -(void) rightMouseDragged:(NSEvent *) theEvent;
59 -(void) otherMouseDragged:(NSEvent *) theEvent;
58 -(void) scrollWheel:(NSEvent *) theEvent; 60 -(void) scrollWheel:(NSEvent *) theEvent;
59 -(void) keyDown:(NSEvent *) theEvent; 61 -(void) keyDown:(NSEvent *) theEvent;
60 -(void) keyUp:(NSEvent *) theEvent; 62 -(void) keyUp:(NSEvent *) theEvent;
61 @end 63 @end
62 /* *INDENT-ON* */ 64 /* *INDENT-ON* */