Guido van Rossum | 17448e2 | 1995-01-30 11:53:55 +0000 | [diff] [blame^] | 1 | # Generated from 'D:Development:THINK C:Mac #includes:Apple #includes:Events.h' |
| 2 | |
| 3 | f = Function(Boolean, 'GetNextEvent', |
| 4 | (short, 'eventMask', InMode), |
| 5 | (EventRecord, 'theEvent', OutMode), |
| 6 | ) |
| 7 | functions.append(f) |
| 8 | |
| 9 | f = Function(Boolean, 'WaitNextEvent', |
| 10 | (short, 'eventMask', InMode), |
| 11 | (EventRecord, 'theEvent', OutMode), |
| 12 | (unsigned_long, 'sleep', InMode), |
| 13 | (RgnHandle, 'mouseRgn', InMode), |
| 14 | ) |
| 15 | functions.append(f) |
| 16 | |
| 17 | f = Function(Boolean, 'EventAvail', |
| 18 | (short, 'eventMask', InMode), |
| 19 | (EventRecord, 'theEvent', OutMode), |
| 20 | ) |
| 21 | functions.append(f) |
| 22 | |
| 23 | f = Function(void, 'GetMouse', |
| 24 | (Point, 'mouseLoc', OutMode), |
| 25 | ) |
| 26 | functions.append(f) |
| 27 | |
| 28 | f = Function(Boolean, 'Button', |
| 29 | ) |
| 30 | functions.append(f) |
| 31 | |
| 32 | f = Function(Boolean, 'StillDown', |
| 33 | ) |
| 34 | functions.append(f) |
| 35 | |
| 36 | f = Function(Boolean, 'WaitMouseUp', |
| 37 | ) |
| 38 | functions.append(f) |
| 39 | |
| 40 | f = Function(void, 'GetKeys', |
| 41 | (KeyMap, 'theKeys', OutMode), |
| 42 | ) |
| 43 | functions.append(f) |
| 44 | |
| 45 | f = Function(long, 'TickCount', |
| 46 | ) |
| 47 | functions.append(f) |