mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Replace Array return types with TypedArray
This commit is contained in:
parent
b9ea0e1338
commit
8be27dc59e
110 changed files with 298 additions and 272 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue