mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
added evtedit.py for SystemClick()
This commit is contained in:
parent
227a4232e6
commit
b7a38354f4
1 changed files with 6 additions and 0 deletions
6
Mac/Modules/evt/evtedit.py
Normal file
6
Mac/Modules/evt/evtedit.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
f = Function(void, 'SystemClick',
|
||||
(EventRecord_ptr, 'theEvent', InMode),
|
||||
(WindowPtr, 'theWindow', InMode),
|
||||
)
|
||||
functions.append(f)
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue