symbian-qemu-0.9.1-12/python-2.6.1/Mac/Modules/evt/evtedit.py
changeset 1 2fb8b9db1c86
equal deleted inserted replaced
0:ffa851df0825 1:2fb8b9db1c86
       
     1 f = Function(void, 'SystemClick',
       
     2     (EventRecord_ptr, 'theEvent', InMode),
       
     3     (WindowPtr, 'theWindow', InMode),
       
     4 )
       
     5 functions.append(f)
       
     6 
       
     7 f = Function(UInt32, 'TickCount',
       
     8 )
       
     9 functions.append(f)