I want to be able to pop up something when the user hovers over particular words that are on a label in pygame.
Can anyone give me a good (or even bad) idea on how to implement this (doesn't have to be pygame specific)? Do I have to put each word in a different label and place them one after the other?
(what I'm calling a label is the result of font.render)