blob: 2eda8ed1e0ed946d12d81ad20b13d902c9b60e2f [file] [log] [blame]
Jack Jansend40f3c61995-10-09 23:12:22 +00001# Generated from 'Sap:CodeWarrior7:Metrowerks CodeWarrior:MacOS Support:Headers:Universal Headers:Events.h'
Jack Jansenb81cf9d1995-06-06 13:08:40 +00002
Jack Jansen7d0bc831995-06-09 20:56:31 +00003f = Function(UInt32, 'GetCaretTime',
Jack Jansenb81cf9d1995-06-06 13:08:40 +00004)
5functions.append(f)
6
7f = Function(void, 'SetEventMask',
Jack Jansend40f3c61995-10-09 23:12:22 +00008 (EventMask, 'value', InMode),
Jack Jansen7d0bc831995-06-09 20:56:31 +00009)
10functions.append(f)
11
12f = Function(UInt32, 'GetDblTime',
Jack Jansenb81cf9d1995-06-06 13:08:40 +000013)
14functions.append(f)
Guido van Rossum17448e21995-01-30 11:53:55 +000015
16f = Function(Boolean, 'GetNextEvent',
Jack Jansend40f3c61995-10-09 23:12:22 +000017 (EventMask, 'eventMask', InMode),
Guido van Rossum17448e21995-01-30 11:53:55 +000018 (EventRecord, 'theEvent', OutMode),
19)
20functions.append(f)
21
22f = Function(Boolean, 'WaitNextEvent',
Jack Jansend40f3c61995-10-09 23:12:22 +000023 (EventMask, 'eventMask', InMode),
Guido van Rossum17448e21995-01-30 11:53:55 +000024 (EventRecord, 'theEvent', OutMode),
Jack Jansen7d0bc831995-06-09 20:56:31 +000025 (UInt32, 'sleep', InMode),
Guido van Rossum17448e21995-01-30 11:53:55 +000026 (RgnHandle, 'mouseRgn', InMode),
27)
28functions.append(f)
29
30f = Function(Boolean, 'EventAvail',
Jack Jansend40f3c61995-10-09 23:12:22 +000031 (EventMask, 'eventMask', InMode),
Guido van Rossum17448e21995-01-30 11:53:55 +000032 (EventRecord, 'theEvent', OutMode),
33)
34functions.append(f)
35
36f = Function(void, 'GetMouse',
37 (Point, 'mouseLoc', OutMode),
38)
39functions.append(f)
40
41f = Function(Boolean, 'Button',
42)
43functions.append(f)
44
45f = Function(Boolean, 'StillDown',
46)
47functions.append(f)
48
49f = Function(Boolean, 'WaitMouseUp',
50)
51functions.append(f)
52
53f = Function(void, 'GetKeys',
54 (KeyMap, 'theKeys', OutMode),
55)
56functions.append(f)
57
Jack Jansen7d0bc831995-06-09 20:56:31 +000058f = Function(UInt32, 'TickCount',
Jack Jansenb81cf9d1995-06-06 13:08:40 +000059)
60functions.append(f)
61
62f = Function(OSErr, 'PostEvent',
Jack Jansend40f3c61995-10-09 23:12:22 +000063 (EventKind, 'eventNum', InMode),
Jack Jansen7d0bc831995-06-09 20:56:31 +000064 (UInt32, 'eventMsg', InMode),
Jack Jansenb81cf9d1995-06-06 13:08:40 +000065)
66functions.append(f)
67
68f = Function(Boolean, 'OSEventAvail',
Jack Jansend40f3c61995-10-09 23:12:22 +000069 (EventMask, 'mask', InMode),
Jack Jansenb81cf9d1995-06-06 13:08:40 +000070 (EventRecord, 'theEvent', OutMode),
71)
72functions.append(f)
73
74f = Function(Boolean, 'GetOSEvent',
Jack Jansend40f3c61995-10-09 23:12:22 +000075 (EventMask, 'mask', InMode),
Jack Jansenb81cf9d1995-06-06 13:08:40 +000076 (EventRecord, 'theEvent', OutMode),
77)
78functions.append(f)
79
80f = Function(void, 'FlushEvents',
Jack Jansend40f3c61995-10-09 23:12:22 +000081 (EventMask, 'whichMask', InMode),
82 (EventMask, 'stopMask', InMode),
Jack Jansenb81cf9d1995-06-06 13:08:40 +000083)
84functions.append(f)
85
86f = Function(void, 'SystemClick',
87 (EventRecord_ptr, 'theEvent', InMode),
88 (WindowPtr, 'theWindow', InMode),
89)
90functions.append(f)
91
92f = Function(void, 'SystemTask',
93)
94functions.append(f)
95
96f = Function(Boolean, 'SystemEvent',
97 (EventRecord_ptr, 'theEvent', InMode),
98)
99functions.append(f)
100