projects
/
minwii.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Utilisation de la police "Arial Unicode.ttf" qui comporte le caractère « ♭ ».
[minwii.git]
/
src
/
app
/
events.py
1
from
pygame
.
locals
import
USEREVENT
2
TIMEOUT
=
USEREVENT
+
1
3
NOTEON
=
USEREVENT
+
2
4
NOTEOFF
=
USEREVENT
+
3
5
NOTEEND
=
USEREVENT
+
4
6
COLDOWN
=
USEREVENT
+
5
7
COLUP
=
USEREVENT
+
6
8
COLOVER
=
USEREVENT
+
7