Page 1 of 1

Image Click button

Posted: Fri Dec 20, 2019 3:48 pm
by Donut-Dezz
How to make my Image Font Button as a Click Button

Re: Image Click button

Posted: Fri Dec 20, 2019 8:23 pm
by MynameisBI
Could you explain exactly what you are trying to do here?

Do you want to make your button clickable or something else?

Re: Image Click button

Posted: Fri Dec 20, 2019 9:19 pm
by raidho36
You make a regular button and you draw text on top of it.

Re: Image Click button

Posted: Sat Dec 21, 2019 4:14 am
by Donut-Dezz
I would like if you have a image that you created(example--> HELLO ) make the hello a button so you can click on.

Re: Image Click button

Posted: Sat Dec 21, 2019 7:29 am
by MynameisBI
You could learn and use one of the available gui libraries to implement a button with a text image, I recommend nuklear
Or if a button is the only thing you want, just use the mousepress callback to check if someone click on the text
Or do you only want the text to be clickable and not the whole button?