[Manual GS] gs:mouse-event

Started by newdep, August 30, 2007, 11:20:36 AM

Previous topic - Next topic

newdep

Hi Lutz,



(define (mouse-action id type x y button cnt mods)

     (println "id:" id " type:" type " x:" x " y:" y " button:" button " count:" cnt "  mods:" mods))



Should be ->



(define (mouse-action x y id type x y button cnt mods)

     (println "id:" id " type:" type " x:" x " y:" y " button:" button " count:" cnt "  mods:" mods))
-- (define? (Cornflakes))