In Kivy, i need to execute a function on_hover only once and when out of the hover area, i need to execute another

前端 未结 0 1473
没有蜡笔的小新
没有蜡笔的小新 2021-02-03 18:21
class HoverButton(Button):
    def __init__(self, **kwargs):
        super(HoverButton, self).__init__(**kwargs)
        self.size_hint = (1, None)
        self.height =         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题