コード例 #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)