1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-07 04:10:08 +00:00

Misc Android development.

This commit is contained in:
Julian Storer 2011-02-06 18:52:50 +00:00
parent 01571e2b0f
commit ed6acb6956
11 changed files with 324 additions and 98 deletions

View file

@ -94,7 +94,6 @@ public:
view.callVoidMethod (android.getLocationOnScreen, pos);
jint coords[2];
jint i, sum = 0;
env->GetIntArrayRegion (pos, 0, 2, coords);
env->DeleteLocalRef (pos);