Switch
Switch copied to clipboard
Two buttons pressed at the same time
Hi, This is not an issue more of me trying to find out if your library can detect if more than one button is pressed at the same time. For example if I have 2 buttons both can work independently, but if I push and hold both buttons it will call another function other than, pressed or long pressed.
Hi! You should be able to set a variable when one button is pressed and then check that variable when the other button is pressed to determine if both are pressed.
I'll give it a go thanks