- Sep 30, 2018
- 102
- 70
Can we have a Hovered event without any action.
I explain :
And of course I just want give a description on hovered but no assign action !?
I explain :
Python:
hotspot (85, 573, 169, 35) hovered myToolTip.Action("Description") # Doesn't work
hotspot (85, 573, 169, 35) action myFunction() hovered myToolTip.Action("Description")
# work Fine