On Fri, 2 Jan 2004, Robert Parlett wrote:
> On Friday 02 January 2004 11:09 pm, Steve Wampler wrote:
> > Is &lrelease (currently) equivalent to 1?
>
> The event object carries both the "code" and the originating event (if any) -
> but they probably won't have the same value.
procedure main()
local i
i := ""
write(&lpress," ",&mpress," ", &rpress)
write(&ldrag," ", &mdrag, " ",&rdrag)
write(&lrelease," ", &mrelease, " ",&rrelease)
end
c:\Program Files\Unicon\new_pegasus>test
test
-1 -2 -3
-7 -8 -9
-4 -5 -6
Dr Jeffery is right they are negative numbers. I don't think it matters
which you use as long as you know. If you are unsure which events are
generated by a certain action , which I always am, include.
write(ev.event)
or
write(ev.get_code())
in your applications default method.
Thanks,
Nolan
-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills. Sign up for IBM's
Free Linux Tutorials. Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
Unicon-group mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unicon-group