| Guido van Rossum | b7a3835 | 1995-03-10 14:46:39 +0000 | [diff] [blame] | 1 | f = Function(void, 'SystemClick', |
| 2 | (EventRecord_ptr, 'theEvent', InMode), | ||||
| 3 | (WindowPtr, 'theWindow', InMode), | ||||
| 4 | ) | ||||
| 5 | functions.append(f) | ||||
| 6 | |||||
| Jack Jansen | 620a766 | 2001-12-18 15:39:38 +0000 | [diff] [blame] | 7 | f = Function(UInt32, 'TickCount', |
| 8 | ) | ||||
| 9 | functions.append(f) | ||||