.gitignore update

This commit is contained in:
9and3r
2014-08-01 12:41:54 +02:00
parent 33199f85ca
commit 5c6aa015eb
8 changed files with 128 additions and 114 deletions

View File

@@ -30,7 +30,6 @@ class TouchManager():
def event(self, event):
if event.type == pygame.MOUSEBUTTONUP:
logger.error(event.button)
if event.button == 4:
touch_event = TouchEvent(TouchManager.swipe, self.down_pos, self.up_pos, True)
touch_event.direction = TouchManager.up