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