summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/evt/evtgen.py
blob: afffb10ebaa63310e6ff9f2e9cdcd62ef467a965 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
# Generated from 'Sap:CW8 Gold:Metrowerks CodeWarrior:MacOS Support:Headers:Universal Headers:Events.h'

f = Function(UInt32, 'GetCaretTime',
)
functions.append(f)

f = Function(void, 'SetEventMask',
    (EventMask, 'value', InMode),
)
functions.append(f)

f = Function(UInt32, 'GetDblTime',
)
functions.append(f)

f = Function(Boolean, 'GetNextEvent',
    (EventMask, 'eventMask', InMode),
    (EventRecord, 'theEvent', OutMode),
)
functions.append(f)

f = Function(Boolean, 'WaitNextEvent',
    (EventMask, 'eventMask', InMode),
    (EventRecord, 'theEvent', OutMode),
    (UInt32, 'sleep', InMode),
    (RgnHandle, 'mouseRgn', InMode),
)
functions.append(f)

f = Function(Boolean, 'EventAvail',
    (EventMask, 'eventMask', InMode),
    (EventRecord, 'theEvent', OutMode),
)
functions.append(f)

f = Function(void, 'GetMouse',
    (Point, 'mouseLoc', OutMode),
)
functions.append(f)

f = Function(Boolean, 'Button',
)
functions.append(f)

f = Function(Boolean, 'StillDown',
)
functions.append(f)

f = Function(Boolean, 'WaitMouseUp',
)
functions.append(f)

f = Function(void, 'GetKeys',
    (KeyMap, 'theKeys', OutMode),
)
functions.append(f)

f = Function(UInt32, 'TickCount',
)
functions.append(f)

f = Function(OSErr, 'PostEvent',
    (EventKind, 'eventNum', InMode),
    (UInt32, 'eventMsg', InMode),
)
functions.append(f)

f = Function(Boolean, 'OSEventAvail',
    (EventMask, 'mask', InMode),
    (EventRecord, 'theEvent', OutMode),
)
functions.append(f)

f = Function(Boolean, 'GetOSEvent',
    (EventMask, 'mask', InMode),
    (EventRecord, 'theEvent', OutMode),
)
functions.append(f)

f = Function(void, 'FlushEvents',
    (EventMask, 'whichMask', InMode),
    (EventMask, 'stopMask', InMode),
)
functions.append(f)

f = Function(void, 'SystemClick',
    (EventRecord_ptr, 'theEvent', InMode),
    (WindowPtr, 'theWindow', InMode),
)
functions.append(f)

f = Function(void, 'SystemTask',
)
functions.append(f)

f = Function(Boolean, 'SystemEvent',
    (EventRecord_ptr, 'theEvent', InMode),
)
functions.append(f)