1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00

Merge pull request #73692 from m4gr3d/update_touchscreen_editor_settings_3x

[3.x] Enable granular control of touchscreen related settings
This commit is contained in:
Fredia Huya-Kouadio
2023-05-08 09:10:36 -07:00
committed by GitHub
11 changed files with 129 additions and 30 deletions

View File

@@ -179,6 +179,13 @@ public class GodotLib {
*/
public static native String getGlobal(String p_key);
/**
* Used to access Godot's editor settings.
* @param settingKey Setting key
* @return String value of the setting
*/
public static native String getEditorSetting(String settingKey);
/**
* Invoke method |p_method| on the Godot object specified by |p_id|
* @param p_id Id of the Godot object to invoke