JUCE
Public Member Functions | Public Attributes | List of all members
juce::AndroidSystem Class Reference

Public Member Functions

 AndroidSystem ()
 
void initialise (JNIEnv *, jobject activity, jstring appFile, jstring appDataDir)
 
void shutdown (JNIEnv *)
 

Public Attributes

GlobalRef activity
 
String appFile
 
String appDataDir
 
int screenWidth
 
int screenHeight
 
int dpi
 

Constructor & Destructor Documentation

◆ AndroidSystem()

juce::AndroidSystem::AndroidSystem ( )

Member Function Documentation

◆ initialise()

void juce::AndroidSystem::initialise ( JNIEnv *  ,
jobject  activity,
jstring  appFile,
jstring  appDataDir 
)

◆ shutdown()

void juce::AndroidSystem::shutdown ( JNIEnv *  )

Member Data Documentation

◆ activity

GlobalRef juce::AndroidSystem::activity

◆ appFile

String juce::AndroidSystem::appFile

◆ appDataDir

String juce::AndroidSystem::appDataDir

◆ screenWidth

int juce::AndroidSystem::screenWidth

◆ screenHeight

int juce::AndroidSystem::screenHeight

◆ dpi

int juce::AndroidSystem::dpi

The documentation for this class was generated from the following file: