mirror of
				https://github.com/ocornut/imgui.git
				synced 2025-11-04 09:44:29 +00:00 
			
		
		
		
	Squashed commits: [34cc3b7] Adds osx example. (+6 squashed commits) Squashed commits: [20330f2] Uses glfw by brew install. [0427861] Renames imguiex folder name to imguiex-ios [f9e27e5] Renames ios_example to apple_example. [44f8fe3] Updates the glfw header/library path. [919f279] Renames target from imguiex to imguiex-ios since there is already a imguiex-osx target now. [24395f5] Adds osx example.
		
			
				
	
	
		
			13 lines
		
	
	
		
			224 B
		
	
	
	
		
			Objective-C
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			224 B
		
	
	
	
		
			Objective-C
		
	
	
	
	
	
//
 | 
						|
//  GameViewController.h
 | 
						|
//  imguiex
 | 
						|
 | 
						|
// This is the OpenGL Example template from XCode, modified to support ImGui
 | 
						|
 | 
						|
#import <UIKit/UIKit.h>
 | 
						|
#import <GLKit/GLKit.h>
 | 
						|
 | 
						|
@interface GameViewController : GLKViewController
 | 
						|
 | 
						|
@end
 |