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