Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
b7a38354f4dc7ecd75a3f986d9e48caf96525dad
/
.
/
Mac
/
Modules
/
evt
/
evtedit.py
blob: 50b4b1aae36e2f266aed3643e0960ea6fe478a3f [
file
] [
log
] [
blame
]
Guido van Rossum
b7a3835
1995-03-10 14:46:39 +0000
[
diff
] [
blame^
]
1
f
=
Function
(
void
,
'SystemClick'
,
2
(
EventRecord_ptr
,
'theEvent'
,
InMode
),
3
(
WindowPtr
,
'theWindow'
,
InMode
),
4
)
5
functions
.
append
(
f
)
6