mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 15:21:56 -05:00
Android: Include Joysticks/Gamepads which are available on app start.
This commit is contained in:
@@ -54,6 +54,7 @@ private:
|
||||
jmethodID _get_clipboard = 0;
|
||||
jmethodID _set_clipboard = 0;
|
||||
jmethodID _request_permission = 0;
|
||||
jmethodID _init_input_devices = 0;
|
||||
|
||||
public:
|
||||
GodotJavaWrapper(JNIEnv *p_env, jobject p_godot_instance);
|
||||
@@ -76,6 +77,7 @@ public:
|
||||
bool has_set_clipboard();
|
||||
void set_clipboard(const String &p_text);
|
||||
bool request_permission(const String &p_name);
|
||||
void init_input_devices();
|
||||
};
|
||||
|
||||
#endif /* !JAVA_GODOT_WRAPPER_H */
|
||||
|
||||
Reference in New Issue
Block a user