cpython/Mac/Modules/evt/evtedit.py

10 lines
194 B
Python
Raw Normal View History

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