allwinner_a64/android/external/python/cpython2/Mac/Modules/evt/evtedit.py
2018-08-08 16:14:42 +08:00

9 lines
194 B
Python

f = Function(void, 'SystemClick',
(EventRecord_ptr, 'theEvent', InMode),
(WindowPtr, 'theWindow', InMode),
)
functions.append(f)
f = Function(UInt32, 'TickCount',
)
functions.append(f)