Issie

Results 8 comments of Issie

@britzl Would it be possible to tell that you can use go.set/get as well as use the functions in the API documentation? Because while there is a function for setting...

I tracked the malformed issue down to the embedded instance `sfx` having a child that didn't exist. For ctrl+f:ing it ` children: "clang"`

Background: I use debeat as my tool for audio. To use it in the event driven style, you have to create a sound component for every sound and then set...

This might not be entirely what you have in mind, but currently you can [add menu items](https://defold.com/manuals/editor-scripts/#commands). This is what monarch does with it's scene creation. Monarch is actually doing...

It is called by defolds `on_input`. Specifically for touch. ``` function on_input(self, action_id, action) if action_id == hash("touch") and action.pressed then gui.hide_keyboard() end end ```

Tested with `set_interaction_listener`, still doesn't hide the keyboard. I confirmed that the callback was actually running as well.

I do not own a Mac, are there any different tools that could be used?

I’ll dig into it, might take a few days though. On Wed, 13 Mar 2024 at 07:53, Björn Ritzl ***@***.***> wrote: > I do not own a Mac, are there...