SLProject  4.2.000
A platform independent 3D computer graphics framework for desktop OS, Android, iOS and online in web browsers
AppDelegate.mm File Reference

Implementation of the callbacks in ObjectivC for iOS. More...

#import "AppDelegate.h"
#import "ViewController.h"
#include <SLInterface.h>
Include dependency graph for AppDelegate.mm:

Go to the source code of this file.

Detailed Description

Implementation of the callbacks in ObjectivC for iOS.

The most eventhadlers call the C interface in SLInterface.h For more info about App framework see: https://cpvrlab.github.io/SLProject4/app-framework.html For more info on how to build for the iOS platform see: https://github.com/cpvrlab/SLProject4/wiki/Build-on-MacOS-with-XCode-for-iOS

Date
June 2024
Authors
Marino von Wattenwyl
Remarks
Please use clangformat to format the code. See more code style on https://github.com/cpvrlab/SLProject4/wiki/SLProject-Coding-Style

Definition in file AppDelegate.mm.