mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Moved toolbox to lib-toolbox, Sjoerd-style.
This commit is contained in:
parent
3802039cff
commit
0e680b7608
21 changed files with 1 additions and 1 deletions
64
Mac/Lib/lib-toolbox/Events.py
Normal file
64
Mac/Lib/lib-toolbox/Events.py
Normal file
|
|
@ -0,0 +1,64 @@
|
|||
# Generated from 'flap:Metrowerks:Metrowerks CodeWarrior:MacOS Support:Headers:Universal Headers:Events.h'
|
||||
|
||||
nullEvent = 0
|
||||
mouseDown = 1
|
||||
mouseUp = 2
|
||||
keyDown = 3
|
||||
keyUp = 4
|
||||
autoKey = 5
|
||||
updateEvt = 6
|
||||
diskEvt = 7
|
||||
activateEvt = 8
|
||||
osEvt = 15
|
||||
kHighLevelEvent = 23
|
||||
mDownMask = 0x0002
|
||||
mUpMask = 0x0004
|
||||
keyDownMask = 0x0008
|
||||
keyUpMask = 0x0010
|
||||
autoKeyMask = 0x0020
|
||||
updateMask = 0x0040
|
||||
diskMask = 0x0080
|
||||
activMask = 0x0100
|
||||
highLevelEventMask = 0x0400
|
||||
osMask = 0x8000
|
||||
everyEvent = 0xFFFF
|
||||
charCodeMask = 0x000000FF
|
||||
keyCodeMask = 0x0000FF00
|
||||
adbAddrMask = 0x00FF0000
|
||||
osEvtMessageMask = 0xFF000000L
|
||||
mouseMovedMessage = 0x00FA
|
||||
suspendResumeMessage = 0x0001
|
||||
resumeFlag = 1
|
||||
convertClipboardFlag = 2
|
||||
activeFlag = 0x0001
|
||||
btnState = 0x0080
|
||||
cmdKey = 0x0100
|
||||
shiftKey = 0x0200
|
||||
alphaLock = 0x0400
|
||||
optionKey = 0x0800
|
||||
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
|
||||
app2Evt = 13
|
||||
app3Evt = 14
|
||||
app4Evt = 15
|
||||
networkMask = 0x0400
|
||||
driverMask = 0x0800
|
||||
app1Mask = 0x1000
|
||||
app2Mask = 0x2000
|
||||
app3Mask = 0x4000
|
||||
app4Mask = 0x8000
|
||||
Loading…
Add table
Add a link
Reference in a new issue