cpython/Mac/Modules/evt/evtedit.py
2004-07-18 06:16:08 +00:00

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)