Added right/other drag code for Cocoa windows
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402004
This commit is contained in:
parent
be01a86b9e
commit
032809097b
2 changed files with 12 additions and 0 deletions
|
@ -55,6 +55,8 @@ typedef struct SDL_WindowData SDL_WindowData;
|
|||
-(void) otherMouseUp:(NSEvent *) theEvent;
|
||||
-(void) mouseMoved:(NSEvent *) theEvent;
|
||||
-(void) mouseDragged:(NSEvent *) theEvent;
|
||||
-(void) rightMouseDragged:(NSEvent *) theEvent;
|
||||
-(void) otherMouseDragged:(NSEvent *) theEvent;
|
||||
-(void) scrollWheel:(NSEvent *) theEvent;
|
||||
-(void) keyDown:(NSEvent *) theEvent;
|
||||
-(void) keyUp:(NSEvent *) theEvent;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue