예제 #1
0
파일: Label.py 프로젝트: thica/ORCA-Remote
 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)
예제 #2
0
파일: Label.py 프로젝트: thica/ORCA-Remote
 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)