mirror of
https://github.com/python/cpython.git
synced 2025-10-29 12:44:56 +00:00
7 lines
138 B
Python
7 lines
138 B
Python
|
|
f = Function(void, 'SystemClick',
|
||
|
|
(EventRecord_ptr, 'theEvent', InMode),
|
||
|
|
(WindowPtr, 'theWindow', InMode),
|
||
|
|
)
|
||
|
|
functions.append(f)
|
||
|
|
|