mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
New universal headers
This commit is contained in:
parent
732151473b
commit
d40f3c60ca
10 changed files with 58 additions and 46 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue