Just Intonation  Version 1.3.1 (19)
Explore key-independent dynamically adapting tuning in just intonation
iosnativewrapper.h
Go to the documentation of this file.
1 #ifndef IOSNATIVEWRAPPER_H
2 #define IOSNATIVEWRAPPER_H
3 
4 #if !defined(__APPLE__)
5 # error "This file may only be included on apple platforms"
6 #endif
7 
8 #include <TargetConditionals.h>
9 #include <string>
10 
11 // includes
12 #if !defined(TARGET_IPHONE_SIMULATOR) || !defined(TARGET_OS_IPHONE)
13 # error "This file may only be include on ios platforms"
14 #endif
15 
18 unsigned long long iosGetInstalledPhysicalMemoryInB();
19 
20 
21 
22 
23 #endif // IOSNATIVEWRAPPER_H
24 
void iosDisableScreensaver()
unsigned long long iosGetInstalledPhysicalMemoryInB()
void iosReleaseScreensaverLock()