mirror of https://github.com/python/cpython
7 lines
138 B
Python
7 lines
138 B
Python
|
f = Function(void, 'SystemClick',
|
||
|
(EventRecord_ptr, 'theEvent', InMode),
|
||
|
(WindowPtr, 'theWindow', InMode),
|
||
|
)
|
||
|
functions.append(f)
|
||
|
|