cocoaTouch/SDLOverrides/SDL_uikitview.m
changeset 2694 dcd248e04f3d
parent 2690 8e83c7e31720
child 2696 41aa7b56c17b
--- a/cocoaTouch/SDLOverrides/SDL_uikitview.m	Wed Jan 13 09:41:35 2010 +0000
+++ b/cocoaTouch/SDLOverrides/SDL_uikitview.m	Thu Jan 14 16:38:43 2010 +0000
@@ -76,6 +76,7 @@
 	[menuButton addTarget:[self superclass] action:@selector(attackButtonPressed) forControlEvents:UIControlEventTouchUpInside];
 	[self addSubview:menuButton];
 
+	[[SDLUIKitDelegate sharedAppDelegate].window makeKeyAndVisible];
 	self.multipleTouchEnabled = YES;
 
 	return self;