cpython/Mac/Modules/evt/evtedit.py

7 lines
138 B
Python
Raw Normal View History

1995-03-10 10:46:39 -04:00
f = Function(void, 'SystemClick',
(EventRecord_ptr, 'theEvent', InMode),
(WindowPtr, 'theWindow', InMode),
)
functions.append(f)