mirror of
https://github.com/python/cpython.git
synced 2025-07-23 19:25:40 +00:00
6 lines
138 B
Python
6 lines
138 B
Python
f = Function(void, 'SystemClick',
|
|
(EventRecord_ptr, 'theEvent', InMode),
|
|
(WindowPtr, 'theWindow', InMode),
|
|
)
|
|
functions.append(f)
|
|
|