Is there a way to combine 2 actions in one input?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By sleepy
:warning: Old Version Published before Godot 3 was released.

if I have a touch button that action is set to is “ui_up”, and another one “ui_down”.

I want to have a diagonal that is “ui_left” and “ui_down” at the same time.

does anyone know how I can set an touch buttonto 2 separate actions?

:bust_in_silhouette: Reply From: volzhs

what about make a touch button at left bottom and define ui_left_down for it?

:bust_in_silhouette: Reply From: KRL

Did you tried putting two buttons at the same spot so you click them at the same time?