summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/evt/evtgen.py
blob: deac64eaf58b0e9a7db012556d412af975464468 (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 'Moes:CW5 GOLD \304:Metrowerks C/C++ \304:Headers \304:Universal Headers 2.0a3 \304:Events.h'

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

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

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

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

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

f = Function(Boolean, 'EventAvail',
    (short, '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(unsigned_long, 'TickCount',
)
functions.append(f)

f = Function(OSErr, 'PostEvent',
    (short, 'eventNum', InMode),
    (long, 'eventMsg', InMode),
)
functions.append(f)

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

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

f = Function(void, 'FlushEvents',
    (short, 'whichMask', InMode),
    (short, '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)