diff options
Diffstat (limited to 'Mac/Modules/evt/evtgen.py')
-rw-r--r-- | Mac/Modules/evt/evtgen.py | 58 |
1 files changed, 57 insertions, 1 deletions
diff --git a/Mac/Modules/evt/evtgen.py b/Mac/Modules/evt/evtgen.py index fd61c4d..deac64e 100644 --- a/Mac/Modules/evt/evtgen.py +++ b/Mac/Modules/evt/evtgen.py @@ -1,4 +1,17 @@ -# Generated from 'D:Development:THINK C:Mac #includes:Apple #includes:Events.h' +# 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), @@ -42,3 +55,46 @@ f = Function(void, 'GetKeys', ) 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) + |