X-Git-Url: https://scm.cri.ensmp.fr/git/minwii.git/blobdiff_plain/8e4a9825b3464ea2600eb193151b03f903aed5f4..0b66243b52ca111e54c2a2d0d18c1cc9bf972b0a:/src/app/events.py diff --git a/src/app/events.py b/src/app/events.py index 149c2ff..02444b0 100755 --- a/src/app/events.py +++ b/src/app/events.py @@ -2,3 +2,7 @@ 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