/Mac/Modules/evt/evtedit.py
http://unladen-swallow.googlecode.com/ · Python · 9 lines · 8 code · 1 blank · 0 comment · 0 complexity · d9c11017c36a0040e32b2f80f113c14c MD5 · raw file
- f = Function(void, 'SystemClick',
- (EventRecord_ptr, 'theEvent', InMode),
- (WindowPtr, 'theWindow', InMode),
- )
- functions.append(f)
- f = Function(UInt32, 'TickCount',
- )
- functions.append(f)