I want to programically click on the button1 whenever I pressed on button2 (after clicked on button2 the button1 show style.down then style.up and do function in the clicklistener). I found similiar issue on that post but doesnt work for me.
In android I just have to call the performAction()
method, but I couldnt find similiar method using LibGDX Library