X-Git-Url: https://scm.cri.ensmp.fr/git/minwii.git/blobdiff_plain/0b66243b52ca111e54c2a2d0d18c1cc9bf972b0a..46f3ffd7fdde386f41020171b5733e55a8e64a85:/src/app/events.py?ds=inline diff --git a/src/app/events.py b/src/app/events.py deleted file mode 100755 index 02444b0..0000000 --- a/src/app/events.py +++ /dev/null @@ -1,8 +0,0 @@ -from pygame.locals import USEREVENT -TIMEOUT = USEREVENT + 1 -NOTEON = USEREVENT + 2 -NOTEOFF = USEREVENT + 3 -NOTEEND = USEREVENT + 4 -COLDOWN = USEREVENT + 5 -COLUP = USEREVENT + 6 -COLOVER = USEREVENT + 7 \ No newline at end of file