Android Question Two buttons press and hold

BorisK

Member
Licensed User
Longtime User
Is it possible to detect button press while the other button is holding down? I would like to create a two button control system where some action should be taken when two buttons are pressed down using button1_down and button2_down event.

But a simple test shows that button press is not detected while the other button is holding down. Is it possible to change that?
 
Top