cpython/Mac/Modules/evt/evtedit.py

10 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)