summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/evt/evtedit.py
blob: 02087e14c65f8ecb776978e0e9125c465ac4d10e (plain)
1
2
3
4
5
6
7
8
9
f = Function(void, 'SystemClick',
    (EventRecord_ptr, 'theEvent', InMode),
    (WindowPtr, 'theWindow', InMode),
)
functions.append(f)

f = Function(UInt32, 'TickCount',
)
functions.append(f)