Replies: 4 comments
-
This would also be useful for TouchScreenButton's |
Beta Was this translation helpful? Give feedback.
-
I've spent some time implementing this feature via custom plugin and have some thoughts:
Here is my plugin implemented in gdscript. |
Beta Was this translation helpful? Give feedback.
-
This will be solved by: |
Beta Was this translation helpful? Give feedback.
-
With the pull request mentioned above merged, I'll go ahead and close this. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a set of scripts where I configure an input action (the name of an action from the input map). While I've been able to use
_get_property_list
to provide a list of options, it is common enough - at least for me - that I believe it could use editor help.Example of what I've used:
2025-04-01: Edited with fixed code (avoid using
InputMap.load_from_project_settings
).So, I would want to write:
And while we are at it, I would rather have the custom actions at the top, currently I get the build-in ones at the top.
Beta Was this translation helpful? Give feedback.
All reactions