added evtedit.py for SystemClick()

This commit is contained in:
Guido van Rossum 1995-03-10 14:46:39 +00:00
parent 227a4232e6
commit b7a38354f4

View file

@ -0,0 +1,6 @@
f = Function(void, 'SystemClick',
(EventRecord_ptr, 'theEvent', InMode),
(WindowPtr, 'theWindow', InMode),
)
functions.append(f)