mirror of
https://github.com/python/cpython.git
synced 2025-07-28 05:34:31 +00:00
10 lines
195 B
Python
10 lines
195 B
Python
f = Function(void, 'SystemClick',
|
|
(EventRecord_ptr, 'theEvent', InMode),
|
|
(WindowPtr, 'theWindow', InMode),
|
|
)
|
|
functions.append(f)
|
|
|
|
f = Function(UInt32, 'TickCount',
|
|
)
|
|
functions.append(f)
|
|
|