cpython/Mac/Modules/evt/evtedit.py
2001-12-18 15:39:38 +00:00

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)