X-Git-Url: https://scm.cri.mines-paristech.fr/git/minwii.git/blobdiff_plain/ccd80f6896303234addbb0f619335b6e59df7746..bf4fd0cf6bb79dffd32e4995f0b312fb1a32502f:/src/app/events.py diff --git a/src/app/events.py b/src/app/events.py index dd6ac47..ae99ad5 100755 --- a/src/app/events.py +++ b/src/app/events.py @@ -2,5 +2,5 @@ from pygame.locals import USEREVENT TIMEOUT = USEREVENT + 1 NOTEON = USEREVENT + 2 NOTEOFF = USEREVENT + 3 -KEYDOWN = USEREVENT + 4 -KEYUP = USEREVENT + 5 +COLDOWN = USEREVENT + 4 +COLUP = USEREVENT + 5