summaryrefslogtreecommitdiff
path: root/test/main.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-03-25 15:06:43 -0400
committerPietro Gagliardi <[email protected]>2014-03-25 15:06:43 -0400
commit9533b3d7d482514bdfd06866fe8ebd7e3a96f274 (patch)
tree8ce97a31d3257c4082bdb27eff4e01ced4e44941 /test/main.go
parent2b48f7cabfbf269ac5d5ff292a7c788715ecd411 (diff)
Added Area mouse events on Windows. Also more TODOs.
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)