Page 1 of 1

[Manual GS] gs:mouse-event

Posted: Thu Aug 30, 2007 6:20 pm
by 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))