cpython/Mac/Modules/evt/evtedit.py

10 lines
194 B
Python
Raw Normal View History

1995-03-10 14:46:39 +00:00
f = Function(void, 'SystemClick',
(EventRecord_ptr, 'theEvent', InMode),
(WindowPtr, 'theWindow', InMode),
)
functions.append(f)
2001-12-18 15:39:38 +00:00
f = Function(UInt32, 'TickCount',
)
functions.append(f)