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