From 386df02fd022a13a0e9fc7373b98ea47d293bc3e Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Fri, 2 Sep 2016 10:36:40 +0100 Subject: [PATCH] Fix comment. --- racket/syndicate-gl/2d.rkt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/racket/syndicate-gl/2d.rkt b/racket/syndicate-gl/2d.rkt index bd5a9f1..63b7e0c 100644 --- a/racket/syndicate-gl/2d.rkt +++ b/racket/syndicate-gl/2d.rkt @@ -53,8 +53,8 @@ ;; KeyboardIntegrator and spawn-keyboard-integrator. (struct key-pressed (code) #:transparent) -;; Message sent by dataspace. Describes a mouse event. Event is a -;; sealed mouse-event%. +;; Message sent by dataspace. Describes a mouse event. State is a +;; MouseState. (struct mouse-event (type state) #:transparent) ;; Assertion. Indicates that the mouse is in a particular state. See