development release newLISP v.9.2.2

Notices and updates
Locked
Lutz
Posts: 5289
Joined: Thu Sep 26, 2002 4:45 pm
Location: Pasadena, California
Contact:

development release newLISP v.9.2.2

Post by Lutz »

- bugfixes to the core and fixes and improvements to the newLISP-GS editor

files and changes notes: http://newlisp.org/downloads/development

Lutz

newdep
Posts: 2038
Joined: Mon Feb 23, 2004 7:40 pm
Location: Netherlands

Post by newdep »

Thanks lutz..

I think you forgot to mention "gs:mouse-moved" :-)


Regarding gs:mouse-moved, Is there a way to detect in the current GS
on what 'tag' the mouse is, without pressing a button....

Would be nice, very nice actualy, if there was a function that returned
the current-tag under the mouse-pointer...that would be great to have! ;-)
(extending mouse-moved with a 'tag' and 'canvas' return too)


actualy! even better.. ->

If gs:mouse-event would also work on sym-canvas And on tag-id and
could also return "over" as a type and 'tag' as an extra return value then this would cover all mouse-events..
(the best is ofcourse with as less as possible network delay)


Regards, Norman
-- (define? (Cornflakes))

Locked