newLISP Fan Club

Forum => newLISP Graphics & Sound => Topic started by: newdep on August 30, 2007, 11:20:36 AM

Title: [Manual GS] gs:mouse-event
Post by: newdep on August 30, 2007, 11:20:36 AM
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))