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

django - (fields.E300) Field defines a relation with model 'AbstractEmailUser' which is either not installed, or is abstract -

matlab - error with cyclic autocorrelation function -

php - Using grpc in Laravel, "Class 'Grpc\ChannelCredentials' not found." -