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

java - Static nested class instance -

c# - Bluetooth LE CanUpdate Characteristic property -

JavaScript - Replace variable from string in all occurrences -