mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-31 12:41:20 -06:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
	
		
			339 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
	
		
			339 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| #import <Cocoa/Cocoa.h>
 | |
| 
 | |
| class wxEvtHandler;
 | |
| 
 | |
| @interface RetinaHelperImpl : NSObject
 | |
| {
 | |
| 	NSView *view;
 | |
| 	wxEvtHandler* handler;
 | |
| }
 | |
| 
 | |
| -(id)initWithView:(NSView *)view handler:(wxEvtHandler *)handler;
 | |
| -(void)setViewWantsBestResolutionOpenGLSurface:(BOOL)value;
 | |
| -(BOOL)getViewWantsBestResolutionOpenGLSurface;
 | |
| -(float)getBackingScaleFactor;
 | |
| @end
 | 
