mouse event
Posted: Sun Jul 29, 2007 1:13 pm
Code: Select all
(define (mouse-pressed-action id type x y button cnt mods)
(println "id:" id " type:" type " x:" x " y:" y " button:" button " count:" cnt " mods:" mods))
id:189 is not correct it is the x-value
type:146 this is the y-value
it seems that the order is somewhere messed .