Eye of the Nile Docs
Everything you need to know to get started!
Loading...
Searching...
No Matches
platform_ios.mm File Reference
import <Foundation/Foundation.h>
import <AVFoundation/AVFoundation.h>

Functions

void RegisterSuspendCallback (void(*callback)(bool))
 

Variables

static void(* gSuspendCallback )(bool suspend) = nullptr
 
static bool gIsSuspended = false
 
static bool gNeedsReset = false
 

Function Documentation

◆ RegisterSuspendCallback()

void RegisterSuspendCallback ( void(* callback )(bool))

Variable Documentation

◆ gIsSuspended

bool gIsSuspended = false
static

◆ gNeedsReset

bool gNeedsReset = false
static

◆ gSuspendCallback

void(* gSuspendCallback) (bool suspend) ( bool suspend) = nullptr
static