git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63841
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
}
*/
-@interface wxAppDelegate : NSObject <UIApplicationDelegate> {
-}
-
-@end
-
-@implementation wxAppDelegate
-
-- (void)applicationDidFinishLaunching:(UIApplication *)application {
- wxTheApp->OnInit();
-}
-
-- (void)applicationWillTerminate:(UIApplication *)application {
- wxCloseEvent event;
- wxTheApp->OnEndSession(event);
-}
-
-- (void)dealloc {
- [super dealloc];
-}
-
-@end
-
wxGUIEventLoop::wxGUIEventLoop()
{
}
return true;
}
-int wxApp::OnRun()
-{
- wxMacAutoreleasePool pool;
- const char* appname = "app";
- UIApplicationMain( 1, (char**) &appname, nil, @"wxAppDelegate" );
- return 1;
-}
-
bool wxApp::DoInitGui()
{
return true;