🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Advertisement

Latest textfield 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…

4,648 views
Advertisement
Advertisement
Advertisement