/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

  1. f = Function(void, 'SystemClick',
  2. (EventRecord_ptr, 'theEvent', InMode),
  3. (WindowPtr, 'theWindow', InMode),
  4. )
  5. functions.append(f)
  6. f = Function(UInt32, 'TickCount',
  7. )
  8. functions.append(f)