I want to press two buttons to take one action

Looking for the option to press two various buttons, each with a different command, at the same time.
Each a sending a separate command over Bluetooth.
Both may be long presses…

Use touch down instead of click

I’m looking to create a remote control type app and need to be able to press the forward button and turn button at the same time…

Perhaps place the code for the forward command in the forward button and place the code in the turn button following the forward commands.

You may have to put the turn button code in a Clock.Timer and enable false or true as appropriate to provide a slight delay.

i need to send another command when i press front and right at the same time, same thing with front left, back right and back left, and need to stream the commands to be sent continuously every 50 ms can anyone help me with that please.