Advertisement

Latest scene2d Activity

 Alberth I solved the problem.

If someone has a problem like textfield rotation you have to add textfield to table. Then you can rotate table and textfield like below
 

textfield = new TextField("", skin);

textfield.isTouchFocusListener();

 stage.addActor(textfield);

 Table table = ne…

5,408 views
Advertisement
Advertisement
Advertisement
Advertisement