[Manual GS] gs:mouse-event

Guiserver, GTK-server, OpenGL, PostScript,
HTML 5, MIDI, IDE
Locked
newdep
Posts: 2038
Joined: Mon Feb 23, 2004 7:40 pm
Location: Netherlands

[Manual GS] gs:mouse-event

Post 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))
-- (define? (Cornflakes))

Locked