From: Guido van Rossum Date: Fri, 10 Mar 1995 14:46:39 +0000 (+0000) Subject: added evtedit.py for SystemClick() X-Git-Tag: v1.2b4~80 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b7a38354f4dc7ecd75a3f986d9e48caf96525dad;p=thirdparty%2FPython%2Fcpython.git added evtedit.py for SystemClick() --- diff --git a/Mac/Modules/evt/evtedit.py b/Mac/Modules/evt/evtedit.py new file mode 100644 index 000000000000..50b4b1aae36e --- /dev/null +++ b/Mac/Modules/evt/evtedit.py @@ -0,0 +1,6 @@ +f = Function(void, 'SystemClick', + (EventRecord_ptr, 'theEvent', InMode), + (WindowPtr, 'theWindow', InMode), +) +functions.append(f) +