mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-23 01:44:22 +00:00
Better android window sizing. More OSX keypress icons. Fix for pop up slider message getting stuck in iOS.
This commit is contained in:
parent
963dbbd40a
commit
38559e98b7
12 changed files with 426 additions and 553 deletions
|
|
@ -501,15 +501,12 @@ public:
|
|||
}
|
||||
|
||||
void initialise (JNIEnv* env, jobject activity_,
|
||||
jstring appFile_, jstring appDataDir_,
|
||||
int screenWidth_, int screenHeight_)
|
||||
jstring appFile_, jstring appDataDir_)
|
||||
{
|
||||
threadLocalJNIEnvHolder.initialise (env);
|
||||
activity = GlobalRef (activity_);
|
||||
appFile = juceString (appFile_);
|
||||
appDataDir = juceString (appDataDir_);
|
||||
screenWidth = screenWidth_;
|
||||
screenHeight = screenHeight_;
|
||||
|
||||
#define CREATE_JNI_CLASS(className, path) \
|
||||
className = (jclass) env->NewGlobalRef (env->FindClass (path)); \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue