summaryrefslogtreecommitdiff
path: root/test/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/main.go')
-rw-r--r--test/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/main.go b/test/main.go
index 056ab1a..3a20ff8 100644
--- a/test/main.go
+++ b/test/main.go
@@ -132,7 +132,7 @@ func (a *areaHandler) Paint(rect image.Rectangle) *image.NRGBA {
return a.img.SubImage(rect).(*image.NRGBA)
}
func (a *areaHandler) Mouse(e MouseEvent) {
-// fmt.Printf("%#v\n", e)
+ fmt.Printf("%#v\n", e)
}
func (a *areaHandler) Key(e KeyEvent) bool {
fmt.Printf("%#v\n", e)