[REBOL] Re: probing events...
From: jeff:rebol at: 31-Oct-2001 9:31
Currently there are 7 fields in an event, in order:
type key offset time shift control face double-click
-jeff
> anyway of knowing the attribute names instead of
> referencing the object with offsets?
>
> -Maxim ---- Original Message -----
> From: "Bohdan Lechnowsky" <[amicom--sonic--net]> To:
> <[rebol-list--rebol--com]> Sent: Tuesday, October 30, 2001
> 10:41 AM Subject: [REBOL] Re: probing events...
>
> > Try:
> >
> > probe reduce [event/1 event/2 ... event/6]
> >
> > -Bo
> >
> > >
> > > Hi!
> > >
> > > trying to decifer the events returned in a detect feel
> > > within view's root window...
. . .