Hello,
I need to carry out a process when activating a button and another when releasing the button. I only see the _CLICK event on the buttons and other elements so I don't have much idea how to face this challenge
The idea is to have a button or similar on the screen and when the user presses it a code is sent, when they release it another code is sent.
I notice that CLICK is executed after the user releases the button.
How can I detect the beginning of the pulse and the end of it?
Thank you so much
I need to carry out a process when activating a button and another when releasing the button. I only see the _CLICK event on the buttons and other elements so I don't have much idea how to face this challenge
The idea is to have a button or similar on the screen and when the user presses it a code is sent, when they release it another code is sent.
I notice that CLICK is executed after the user releases the button.
How can I detect the beginning of the pulse and the end of it?
Thank you so much