You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Replace Array return types with TypedArray
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
#include <jni.h>
|
||||
|
||||
#include "core/math/rect2i.h"
|
||||
#include "core/variant/array.h"
|
||||
#include "core/variant/typed_array.h"
|
||||
#include "string_android.h"
|
||||
|
||||
// Class that makes functions in java/src/org/godotengine/godot/GodotIO.java callable from C++
|
||||
@@ -78,7 +78,7 @@ public:
|
||||
int get_screen_dpi();
|
||||
float get_scaled_density();
|
||||
float get_screen_refresh_rate(float fallback);
|
||||
Array get_display_cutouts();
|
||||
TypedArray<Rect2> get_display_cutouts();
|
||||
Rect2i get_display_safe_area();
|
||||
String get_unique_id();
|
||||
bool has_vk();
|
||||
|
||||
Reference in New Issue
Block a user