Esempio n. 1
0
 def _press_minus(self):
     # change state, blit and update
     functions.keypress(self._minus, constants.STATE_PRESSED)
     self._drag_element.shift(-1)
Esempio n. 2
0
 def _press_minus(self):
     # change state, blit and update
     functions.keypress(self._minus, constants.STATE_PRESSED)
     self._drag_element.shift(-1)