chaosparrot / talon_hud

Unofficial Talon Head Up Display scripts
68 stars 29 forks source link

Cannot interact with some GUI elements with a mouse #23

Closed douglasg14b closed 2 years ago

douglasg14b commented 2 years ago

In an attempt to solve for crashing issues I am using backend="software" for all Canvas calls per Aegis instruction.

After doing this some elements are not intractable, such as the ones below. Mouse clicks go straight through them.

No mouse Interaction:

image

image

image

chaosparrot commented 2 years ago

I will try it out with background="software" to see if I can replicate it.

As far as the widget settings next block, that isn't actually a button that receives clicks, it is intended to work like that.

chaosparrot commented 2 years ago

I fixed this in master - To see if this fixes it for you, update to the latest HUD and go to the base_widget.py file, and then uncomment line 449 with the #"backend": "software" on it. Thats the way it works for me, I can click on the status bar and on text panels without a problem now.