Mercurial > sdl-ios-xcode
comparison src/video/cocoa/SDL_cocoawindow.h @ 1957:c7803e4c21d3
Implemented Cocoa mouse wheel events
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 29 Jul 2006 22:42:48 +0000 |
parents | ba0d62354872 |
children | 5fc6fb0fb605 |
comparison
equal
deleted
inserted
replaced
1956:ba0d62354872 | 1957:c7803e4c21d3 |
---|---|
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* */ |