mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-23 01:44:22 +00:00
Got Android to build with the standard NDK-r5. AU fix. Minor change to mac menu shortcuts.
This commit is contained in:
parent
38559e98b7
commit
e620c5279d
16 changed files with 304 additions and 325 deletions
|
|
@ -102,6 +102,7 @@ BEGIN_JUCE_NAMESPACE
|
|||
JAVACLASS (activityClass, "com/juce/JuceAppActivity") \
|
||||
JAVACLASS (componentPeerViewClass, "com/juce/ComponentPeerView") \
|
||||
JAVACLASS (fileClass, "java/io/File") \
|
||||
JAVACLASS (systemClass, "java/lang/System") \
|
||||
JAVACLASS (contextClass, "android/content/Context") \
|
||||
JAVACLASS (canvasClass, "android/graphics/Canvas") \
|
||||
JAVACLASS (paintClass, "android/graphics/Paint") \
|
||||
|
|
@ -143,6 +144,7 @@ BEGIN_JUCE_NAMESPACE
|
|||
METHOD (activityClass, renderGlyph, "renderGlyph", "(CLandroid/graphics/Paint;Landroid/graphics/Matrix;Landroid/graphics/Rect;)[I") \
|
||||
\
|
||||
METHOD (fileClass, fileExists, "exists", "()Z") \
|
||||
STATICMETHOD (systemClass, getProperty, "getProperty", "(Ljava/lang/String;)Ljava/lang/String;") \
|
||||
\
|
||||
METHOD (componentPeerViewClass, setViewName, "setViewName", "(Ljava/lang/String;)V") \
|
||||
METHOD (componentPeerViewClass, layout, "layout", "(IIII)V") \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue