コード例 #1
0
 def _press_minus(self):
     # change state, blit and update
     functions.keypress(self._minus, constants.STATE_PRESSED)
     self._drag_element.shift(-1)
コード例 #2
0
ファイル: slider.py プロジェクト: YannThorimbert/ThorPy-1.4.1
 def _press_minus(self):
     # change state, blit and update
     functions.keypress(self._minus, constants.STATE_PRESSED)
     self._drag_element.shift(-1)