Ejemplo n.º 1
0
 def on_touch_up(self, touch) -> bool:
     """ handles the touch event """
     if cOrcaButtonBehaviour.on_touch_up(self,touch):
         Label.on_touch_up(self,touch)
         return True
     else:
         return Label.on_touch_up(self,touch)
Ejemplo n.º 2
0
 def on_touch_up(self, touch):
     ''' handles the touch event '''
     if cOrcaButtonBehaviour.on_touch_up(self,touch):
         Label.on_touch_up(self,touch)
         return True
     else:
         return Label.on_touch_up(self,touch)