button - TextButton hover option, or something similar? -


as know, there 3 types of buttons in libgdx:

textbutton, imagebutton , imagetextbutton

i need create button own background , own text , of course, need hover option.

the hover available in imagebutton, imagebutton doesn't have label can't assign text it.

there third option, imagetextbutton, it's not normal button, it's button , label set next (which unacceptable, cause need text on button).

is there option achieve this?


Comments

Popular posts from this blog

Python Pandas join aggregated tables -

java - Static nested class instance -

process - Python What is the difference between a Pool of worker processes and just running multiple Processes? -