#include <juce_android_JNIHelpers.h>
Public Member Functions | |
AndroidSystem () | |
void | initialise (JNIEnv *, jobject activity, jstring appFile, jstring appDataDir) |
void | shutdown (JNIEnv *) |
Public Attributes | |
GlobalRef | activity |
String | appDataDir |
String | appFile |
int | dpi |
int | screenHeight |
int | screenWidth |
AndroidSystem::AndroidSystem | ( | ) |
void AndroidSystem::initialise | ( | JNIEnv * | , |
jobject | activity, | ||
jstring | appFile, | ||
jstring | appDataDir | ||
) |
void AndroidSystem::shutdown | ( | JNIEnv * | ) |
GlobalRef AndroidSystem::activity |
Referenced by FileOutputStream::flushInternal(), and OpenGLContext::NativeContext::NativeContext().
String AndroidSystem::appDataDir |
String AndroidSystem::appFile |
Referenced by juce_getExecutableFile().
int AndroidSystem::dpi |
int AndroidSystem::screenHeight |
int AndroidSystem::screenWidth |