Just Intonation  Version 1.3.1 (19)
Explore key-independent dynamically adapting tuning in just intonation
iosnativewrapper.mm
Go to the documentation of this file.
1 #include "iosnativewrapper.h"
2 
3 #include "iosplatformtools.h"
4 
5 #import <UIKit/UIKit.h>
6 //#import "iOSVersionDetection.h"
7 
8 
9 
10 void iosInit() {
11 }
12 
14  [UIApplication sharedApplication].idleTimerDisabled = YES;
15 }
16 
18  [UIApplication sharedApplication].idleTimerDisabled = NO;
19 }
20 
21 //unsigned long long iosGetInstalledPhysicalMemoryInB() {
22 // return [NSProcessInfo processInfo].physicalMemory;
23 //}
24 
void iosInit()
void iosDisableScreensaver()
void iosReleaseScreensaverLock()