renommage de app en minwii (ça va tout péter…).
[minwii.git] / src / app / events.py
diff --git a/src/app/events.py b/src/app/events.py
deleted file mode 100755 (executable)
index c27e951..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-import pygame
-base = pygame.USEREVENT
-print 'events base :', pygame.USEREVENT
-TIMEOUT = base + 1
-NOTEON  = base + 2
-NOTEOFF = base + 3
-NOTEEND = base + 4
-COLDOWN = base + 5
-COLUP   = base + 6
-COLOVER = base + 7
-
-pygame.USEREVENT = COLOVER
-if pygame.USEREVENT > pygame.NUMEVENTS :
-    pygame.NUMEVENTS = pygame.USEREVENT