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

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