Example #1
0
 def on_touch_move(self, touch):
     if self.selected:
         self.center = (touch.x,touch.y)
         return True
     return RelativeLayout.on_touch_move(self, touch)