Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[ALLY] Re: event! experiment...

From: holger:rebol at: 20-Jun-2001 9:41

On Wed, Jun 20, 2001 at 07:47:34PM +1000, Allen Kamp wrote:
> Event Refinements > /type Returns event type. The event types are: > > a.. 'down, 'middle-down, 'right-down - mouse down event for the > left, middle or right mouse button (pressing down on the mouse button) > b.. 'up, 'middle-up, 'right-up - mouse up event for the left, > middle, or right mouse button (releasing the mouse button) > c.. 'move - mouse move event (position of the mouse cursor over a > REBOL/View window > d.. 'key - keyboard event (keyboard input) > e.. 'time - time event (unique time index - latest event has the > highest number) > f.. 'resize - resize window event (whenever the window is resized) > g.. 'close - close window event (exiting the REBOL/View window > session) > h.. 'active - window active, occurs when window becomes active again > after being inactive while another application was active > i.. 'inactive - window inactive, occurs when window becomes inactive > as when another application becomes active
Also: 'scroll-line and 'scroll-page for the mouse wheel. -- Holger Kruse [holger--rebol--com]