global functions
- ofxiOSBundleImageToGLTexture()
- ofxiOSCGImageToPixels()
- ofxiOSDisableIdleTimer()
- ofxiOSEnableIdleTimer()
- ofxiOSEnableLoopInThread()
- ofxiOSGetAppDelegate()
- ofxiOSGetClipboardString()
- ofxiOSGetDeviceRevision()
- ofxiOSGetDeviceType()
- ofxiOSGetDocumentsDirectory()
- ofxiOSGetGLParentView()
- ofxiOSGetGLView()
- ofxiOSGetMicAverageLevel()
- ofxiOSGetOFWindow()
- ofxiOSGetUIWindow()
- ofxiOSGetViewController()
- ofxiOSHasAudioIn()
- ofxiOSLaunchBrowser()
- ofxiOSLockGLContext()
- ofxiOSNSStringToString()
- ofxiOSScreenGrab()
- ofxiOSSendGLViewToBack()
- ofxiOSSendGLViewToFront()
- ofxiOSSetClipboardString()
- ofxiOSSetGLViewTransparent()
- ofxiOSSetGLViewUserInteraction()
- ofxiOSStringToNSString()
- ofxiOSUIImageToGLTexture()
- ofxiOSUIImageToOFImage()
- ofxiOSUIImageToPixels()
- ofxiOSUnlockGLContext()
ofxiOSBundleImageToGLTexture(...)
bool ofxiOSBundleImageToGLTexture(NSString *filename, GLuint *spriteTexture)
ofxiOSUIImageToGLTexture(...)
bool ofxiOSUIImageToGLTexture(UIImage *uiImage, GLuint *spriteTexture)
ofxiOSUIImageToOFImage(...)
bool ofxiOSUIImageToOFImage(UIImage *uiImage, ofImage &outImage, int targetWidth=0, int targetHeight=0)
ofxiOSUIImageToPixels(...)
bool ofxiOSUIImageToPixels(UIImage *uiImage, unsigned char *pix, int targetWidth=0, int targetHeight=0)
Last updated 화요일, 19 11월 2024 17:25:52 UTC - 2537ee49f6d46d5fe98e408849448314fd1f180e
If you have any doubt about the usage of this module you can ask in the forum.
If you want to contribute better documentation or start documenting this section you can do so here
If you find anything wrong with this docs you can report any error by opening an issue