diff options
Diffstat (limited to 'Mac/Lib')
-rw-r--r-- | Mac/Lib/toolbox/Events.py | 12 | ||||
-rw-r--r-- | Mac/Lib/toolbox/Sound.py | 3 |
2 files changed, 12 insertions, 3 deletions
diff --git a/Mac/Lib/toolbox/Events.py b/Mac/Lib/toolbox/Events.py index 4102262..cd807b2 100644 --- a/Mac/Lib/toolbox/Events.py +++ b/Mac/Lib/toolbox/Events.py @@ -1,4 +1,4 @@ -# Generated from 'Sap:CodeWarrior6:Metrowerks C/C++:Headers:Universal Headers 2.0.1f:Events.h' +# Generated from 'Sap:CodeWarrior7:Metrowerks CodeWarrior:MacOS Support:Headers:Universal Headers:Events.h' nullEvent = 0 mouseDown = 1 @@ -39,6 +39,16 @@ controlKey = 0x1000 rightShiftKey = 0x2000 rightOptionKey = 0x4000 rightControlKey = 0x8000 +activeFlagBit = 0 +btnStateBit = 7 +cmdKeyBit = 8 +shiftKeyBit = 9 +alphaLockBit = 10 +optionKeyBit = 11 +controlKeyBit = 12 +rightShiftKeyBit = 13 +rightOptionKeyBit = 14 +rightControlKeyBit = 15 networkEvt = 10 driverEvt = 11 app1Evt = 12 diff --git a/Mac/Lib/toolbox/Sound.py b/Mac/Lib/toolbox/Sound.py index dedd91d..5dbe538 100644 --- a/Mac/Lib/toolbox/Sound.py +++ b/Mac/Lib/toolbox/Sound.py @@ -1,4 +1,4 @@ -# Generated from 'Sap:CodeWarrior6:Metrowerks C/C++:Headers:Universal Headers 2.0.1f:Sound.h' +# Generated from 'Sap:CodeWarrior7:Metrowerks CodeWarrior:MacOS Support:Headers:Universal Headers:Sound.h' soundListRsrc = 'snd ' rate44khz = 0xAC440000L @@ -98,6 +98,5 @@ secondSoundFormat = 0x0002 dbBufferReady = 0x00000001 dbLastBuffer = 0x00000004 sysBeepDisable = 0x0000 -sysBeepEnable = 0x0001 unitTypeNoSelection = 0xFFFF unitTypeSeconds = 0x0000 |