diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1999-12-14 15:44:53 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1999-12-14 15:44:53 (GMT) |
commit | 1836dbe22d45ac7066a1fdb3cbf3f041b2c5e727 (patch) | |
tree | d1fee203089475a4cd9f22b76018b401d80683b6 /Mac/Lib/lib-toolbox/Events.py | |
parent | d16b5abc073fd6f9bce1e40862fd851db6faf3e4 (diff) | |
download | cpython-1836dbe22d45ac7066a1fdb3cbf3f041b2c5e727.zip cpython-1836dbe22d45ac7066a1fdb3cbf3f041b2c5e727.tar.gz cpython-1836dbe22d45ac7066a1fdb3cbf3f041b2c5e727.tar.bz2 |
Regenerated now that bgen can handle a few more constructs in constant definitions.
Diffstat (limited to 'Mac/Lib/lib-toolbox/Events.py')
-rw-r--r-- | Mac/Lib/lib-toolbox/Events.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Mac/Lib/lib-toolbox/Events.py b/Mac/Lib/lib-toolbox/Events.py index 2683481..7564173 100644 --- a/Mac/Lib/lib-toolbox/Events.py +++ b/Mac/Lib/lib-toolbox/Events.py @@ -1,4 +1,4 @@ -# Generated from 'SWDev:Codewarrior Pro 5:Metrowerks CodeWarrior:MacOS Support:Universal:Interfaces:CIncludes:Events.h' +# Generated from 'flap:CodeWarrior Pro 5:Metrowerks CodeWarrior:MacOS Support:Universal:Interfaces:CIncludes:Events.h' nullEvent = 0 mouseDown = 1 @@ -25,6 +25,7 @@ everyEvent = 0xFFFF charCodeMask = 0x000000FF keyCodeMask = 0x0000FF00 adbAddrMask = 0x00FF0000 +# osEvtMessageMask = (long)0xFF000000 mouseMovedMessage = 0x00FA suspendResumeMessage = 0x0001 resumeFlag = 1 |