projects
/
minwii.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Ajout méthode removeEventListener.
[minwii.git]
/
src
/
app
/
events.py
diff --git
a/src/app/events.py
b/src/app/events.py
index
b271c1f
..
149c2ff
100755
(executable)
--- a/
src/app/events.py
+++ b/
src/app/events.py
@@
-1,2
+1,4
@@
from pygame.locals import USEREVENT
TIMEOUT = USEREVENT + 1
+NOTEON = USEREVENT + 2
+NOTEOFF = USEREVENT + 3