mirror of
https://github.com/Febbweiss/mopidy-touchscreen.git
synced 2026-03-05 06:35:43 +00:00
Code Cleanup
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import logging
|
||||
import time
|
||||
|
||||
import pygame
|
||||
|
||||
|
||||
@@ -93,4 +94,4 @@ class TouchEvent():
|
||||
if self.down_pos[0] < self.current_pos[0]:
|
||||
self.direction = TouchManager.right
|
||||
else:
|
||||
self.direction = TouchManager.left
|
||||
self.direction = TouchManager.left
|
||||
|
||||
Reference in New Issue
Block a user