I am developing an Android game using LibGDX. There are 4 buttons in a menu screen, but the ClickListener of these buttons is not working.
ClickListener
//
You have to add the button to the stage and call
Gdx.input.setInputProcessor(stage);