diff options
| author | Pietro Gagliardi <[email protected]> | 2014-03-25 15:06:43 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-03-25 15:06:43 -0400 |
| commit | 9533b3d7d482514bdfd06866fe8ebd7e3a96f274 (patch) | |
| tree | 8ce97a31d3257c4082bdb27eff4e01ced4e44941 /test/main.go | |
| parent | 2b48f7cabfbf269ac5d5ff292a7c788715ecd411 (diff) | |
Added Area mouse events on Windows. Also more TODOs.
Diffstat (limited to 'test/main.go')
| -rw-r--r-- | test/main.go | 2 |
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) |
