I need a button to do something odd...

First of all thanks community for helping me in the past and hopefully you can help me with this time too. I’m working on a touchscreen directory of rooms where each room has a button underneath it. The original plan was to make it so if the user clicked the room or the button they would enter the same pop up window.

This worked well on my computer but when transferred to the touchscreen, touching a room works but you have to click the buttons twice. I’m assuming this means they need both a mouse down and up to function normally. The rooms are on mouse up and work fine.

So I need a button to do one of two things. If there is a way to make the button need just an up then I imagine it would work just like the room. Or the button would need to not except the click and I could extend the collider to underneath the button. I’ve extended it before, but the button basically absorbs the click and nothing gets through.

I know this could be done with like a layout and label, but we are nearing the end of the allotted time and would not have time to recode all the buttons to labels.

This worked well on my computer but when transferred to the touchscreen, touching a room works but you have to click the buttons twice. I’m assuming this means they need both a mouse down and up to function normally.
bookkeeping services

Does anyone have any advice on this or previous experience? It seems like something that should be possible but I can’t seem to find any resources on it.

I hate to bump this but this is likely the last day before I can tell who I’m designing this for if it is doable or not and I still have not found anything.