Also added a way to handle the right mouse button when the shift key is pressed (for mice with only have 1 button :]). git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@264 416bcca6-2ee7-4201-b75f-2eb2f807beb1
		
			
				
	
	
		
			12 lines
		
	
	
		
			307 B
		
	
	
	
		
			Objective-C
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			307 B
		
	
	
	
		
			Objective-C
		
	
	
	
	
	
/*   SDLMain.m - main entry point for our Cocoa-ized SDL app
 | 
						|
       Initial Version: Darrell Walisser <dwaliss1@purdue.edu>
 | 
						|
       Non-NIB-Code & other changes: Max Horn <max@quendi.de>
 | 
						|
 | 
						|
    Feel free to customize this file to suit your needs
 | 
						|
*/
 | 
						|
 | 
						|
#import <Cocoa/Cocoa.h>
 | 
						|
 | 
						|
@interface SDLMain : NSObject
 | 
						|
@end
 |