Issue #7632: Fix a serious wrong output bug for string -> float conversion.
[python.git] / Mac / Modules / evt / evtedit.py
blob02087e14c65f8ecb776978e0e9125c465ac4d10e
1 f = Function(void, 'SystemClick',
2 (EventRecord_ptr, 'theEvent', InMode),
3 (WindowPtr, 'theWindow', InMode),
5 functions.append(f)
7 f = Function(UInt32, 'TickCount',
9 functions.append(f)