X-Git-Url: https://scm.cri.ensmp.fr/git/minwii.git/blobdiff_plain/ccd80f6896303234addbb0f619335b6e59df7746..46f3ffd7fdde386f41020171b5733e55a8e64a85:/src/app/events.py diff --git a/src/app/events.py b/src/app/events.py deleted file mode 100755 index dd6ac47..0000000 --- a/src/app/events.py +++ /dev/null @@ -1,6 +0,0 @@ -from pygame.locals import USEREVENT -TIMEOUT = USEREVENT + 1 -NOTEON = USEREVENT + 2 -NOTEOFF = USEREVENT + 3 -KEYDOWN = USEREVENT + 4 -KEYUP = USEREVENT + 5