feat: updated godot version
This commit is contained in:
parent
0c508b0831
commit
42b028dbb5
4694 changed files with 236470 additions and 401376 deletions
|
|
@ -30,6 +30,8 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include "jni_utils.h"
|
||||
|
||||
#include "core/math/vector2.h"
|
||||
|
||||
#include <android/log.h>
|
||||
|
|
@ -42,12 +44,12 @@ private:
|
|||
|
||||
jobject _godot_view;
|
||||
|
||||
jmethodID _can_capture_pointer = nullptr;
|
||||
jmethodID _request_pointer_capture = nullptr;
|
||||
jmethodID _release_pointer_capture = nullptr;
|
||||
jmethodID _can_capture_pointer = 0;
|
||||
jmethodID _request_pointer_capture = 0;
|
||||
jmethodID _release_pointer_capture = 0;
|
||||
|
||||
jmethodID _configure_pointer_icon = nullptr;
|
||||
jmethodID _set_pointer_icon = nullptr;
|
||||
jmethodID _configure_pointer_icon = 0;
|
||||
jmethodID _set_pointer_icon = 0;
|
||||
|
||||
public:
|
||||
GodotJavaViewWrapper(jobject godot_view);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue